@filip.mazev/blocks 1.0.44 → 1.2.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/README.md CHANGED
@@ -16,7 +16,7 @@ ng add @filip.mazev/blocks
16
16
 
17
17
  When you run the command above, the Angular CLI will execute our custom schematic to handle the boilerplate for you:
18
18
 
19
- * Interactive Theme Selection: You will be prompted to choose your preferred global theme (Purple or Orange Company).
19
+ * Interactive Theme Selection: You will be prompted to choose your preferred global theme.
20
20
  * Dependency Management: Automatically adds the latest versions of the Blocks ecosystem to your package.json and runs npm install.
21
21
  * SCSS Injection: Intelligently locates your project's global stylesheet (styles.scss or styles.sass) and injects the required @use statements, mixins, and both light/dark mode CSS variables based on your theme selection.
22
22
 
@@ -43,5 +43,3 @@ Then, manually configure your styles.scss:
43
43
  }
44
44
  }
45
45
  ```
46
-
47
- _For detailed usage instructions, API references, and component configurations, please refer to the READMEs of the individual packages._
@@ -2,7 +2,7 @@
2
2
  * Public API Surface of blocks
3
3
  *
4
4
  */
5
- const BLOCKS_VERSION = '1.0.40';
5
+ const BLOCKS_VERSION = '1.2.0';
6
6
 
7
7
  /**
8
8
  * Generated bundle index. Do not edit.
@@ -1 +1 @@
1
- {"version":3,"file":"filip.mazev-blocks.mjs","sources":["../../../projects/blocks/src/public-api.ts","../../../projects/blocks/src/filip.mazev-blocks.ts"],"sourcesContent":["/*\n * Public API Surface of blocks\n *\n */\n\nexport const BLOCKS_VERSION = '1.0.40';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AAAA;;;AAGG;AAEI,MAAM,cAAc,GAAG;;ACL9B;;AAEG;;;;"}
1
+ {"version":3,"file":"filip.mazev-blocks.mjs","sources":["../../../projects/blocks/src/public-api.ts","../../../projects/blocks/src/filip.mazev-blocks.ts"],"sourcesContent":["/*\n * Public API Surface of blocks\n *\n */\n\nexport const BLOCKS_VERSION = '1.2.0';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AAAA;;;AAGG;AAEI,MAAM,cAAc,GAAG;;ACL9B;;AAEG;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@filip.mazev/blocks",
3
- "version": "1.0.44",
3
+ "version": "1.2.0",
4
4
  "license": "MIT",
5
5
  "schematics": "./schematics/collection.json",
6
6
  "exports": {
@@ -1,3 +1,3 @@
1
- declare const BLOCKS_VERSION = "1.0.40";
1
+ declare const BLOCKS_VERSION = "1.2.0";
2
2
 
3
3
  export { BLOCKS_VERSION };