@educarehq/solaris-components 0.0.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.
@@ -0,0 +1,8 @@
1
+ const SOLARIS_COMPONENTS_VERSION = '0.0.1';
2
+
3
+ /**
4
+ * Generated bundle index. Do not edit.
5
+ */
6
+
7
+ export { SOLARIS_COMPONENTS_VERSION };
8
+ //# sourceMappingURL=educare-solaris-components.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"educare-solaris-components.mjs","sources":["../../../projects/solaris-components/src/lib/version.ts","../../../projects/solaris-components/src/educare-solaris-components.ts"],"sourcesContent":["export const SOLARIS_COMPONENTS_VERSION = '0.0.1';\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AAAO,MAAM,0BAA0B,GAAG;;ACA1C;;AAEG;;;;"}
@@ -0,0 +1,8 @@
1
+ const SOLARIS_COMPONENTS_VERSION = '0.0.1';
2
+
3
+ /**
4
+ * Generated bundle index. Do not edit.
5
+ */
6
+
7
+ export { SOLARIS_COMPONENTS_VERSION };
8
+ //# sourceMappingURL=educarehq-solaris-components.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"educarehq-solaris-components.mjs","sources":["../../../projects/solaris-components/src/lib/version.ts","../../../projects/solaris-components/src/educarehq-solaris-components.ts"],"sourcesContent":["export const SOLARIS_COMPONENTS_VERSION = '0.0.1';\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":"AAAO,MAAM,0BAA0B,GAAG;;ACA1C;;AAEG;;;;"}
package/package.json ADDED
@@ -0,0 +1,24 @@
1
+ {
2
+ "name": "@educarehq/solaris-components",
3
+ "version": "0.0.1",
4
+ "peerDependencies": {
5
+ "@angular/common": "^21.1.0",
6
+ "@angular/core": "^21.1.0",
7
+ "@educarehq/solaris-tokens": "^0.0.1"
8
+ },
9
+ "dependencies": {
10
+ "tslib": "^2.3.0"
11
+ },
12
+ "sideEffects": false,
13
+ "module": "fesm2022/educarehq-solaris-components.mjs",
14
+ "typings": "types/educarehq-solaris-components.d.ts",
15
+ "exports": {
16
+ "./package.json": {
17
+ "default": "./package.json"
18
+ },
19
+ ".": {
20
+ "types": "./types/educarehq-solaris-components.d.ts",
21
+ "default": "./fesm2022/educarehq-solaris-components.mjs"
22
+ }
23
+ }
24
+ }
@@ -0,0 +1,3 @@
1
+ declare const SOLARIS_COMPONENTS_VERSION = "0.0.1";
2
+
3
+ export { SOLARIS_COMPONENTS_VERSION };
@@ -0,0 +1,3 @@
1
+ declare const SOLARIS_COMPONENTS_VERSION = "0.0.1";
2
+
3
+ export { SOLARIS_COMPONENTS_VERSION };