taiga-ui 3.57.0 → 3.59.0-canary.1c24449

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.
@@ -5,4 +5,4 @@ const stub = `Taiga UI schematics package`;
5
5
  */
6
6
 
7
7
  export { stub };
8
- //# sourceMappingURL=taiga-ui.js.map
8
+ //# sourceMappingURL=taiga-ui.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"taiga-ui.mjs","sources":["../../../projects/taiga-schematics/index.ts","../../../projects/taiga-schematics/taiga-ui.ts"],"sourcesContent":["export const stub = `Taiga UI schematics package`;\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"AAAO,MAAM,IAAI,GAAG;;ACApB;;AAEG;;;;"}
@@ -0,0 +1,8 @@
1
+ const stub = `Taiga UI schematics package`;
2
+
3
+ /**
4
+ * Generated bundle index. Do not edit.
5
+ */
6
+
7
+ export { stub };
8
+ //# sourceMappingURL=taiga-ui.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"taiga-ui.mjs","sources":["../../../projects/taiga-schematics/index.ts","../../../projects/taiga-schematics/taiga-ui.ts"],"sourcesContent":["export const stub = `Taiga UI schematics package`;\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"AAAO,MAAM,IAAI,GAAG;;ACApB;;AAEG;;;;"}
package/package.json CHANGED
@@ -1,32 +1,45 @@
1
1
  {
2
- "name": "taiga-ui",
3
- "version": "3.57.0",
4
- "description": "Taiga UI package that provides ng add command for Taiga library",
5
- "keywords": [
6
- "angular",
7
- "kit",
8
- "ui",
9
- "component-library",
10
- "component",
11
- "service",
12
- "directive"
13
- ],
14
- "homepage": "https://github.com/taiga-family/taiga-ui",
15
- "repository": "https://github.com/taiga-family/taiga-ui",
16
- "license": "Apache-2.0",
17
- "dependencies": {
18
- "@taiga-ui/cdk": "^3.57.0",
19
- "tslib": "2.6.2"
20
- },
21
- "peerDependencies": {
22
- "@taiga-ui/cdk": ">=3.57.0"
23
- },
24
- "schematics": "../@taiga-ui/cdk/schematics/collection.json",
25
- "main": "bundles/taiga-ui.umd.js",
26
- "module": "fesm2015/taiga-ui.js",
27
- "es2015": "fesm2015/taiga-ui.js",
28
- "esm2015": "esm2015/taiga-ui.js",
29
- "fesm2015": "fesm2015/taiga-ui.js",
30
- "typings": "taiga-ui.d.ts",
31
- "sideEffects": false
2
+ "name": "taiga-ui",
3
+ "version": "3.59.0-canary.1c24449",
4
+ "description": "Taiga UI package that provides ng add command for Taiga library",
5
+ "keywords": [
6
+ "angular",
7
+ "kit",
8
+ "ui",
9
+ "component-library",
10
+ "component",
11
+ "service",
12
+ "directive"
13
+ ],
14
+ "homepage": "https://github.com/taiga-family/taiga-ui",
15
+ "repository": "https://github.com/taiga-family/taiga-ui",
16
+ "license": "Apache-2.0",
17
+ "dependencies": {
18
+ "@taiga-ui/cdk": "^3.59.0-canary.1c24449",
19
+ "tslib": "2.6.2"
20
+ },
21
+ "peerDependencies": {
22
+ "@taiga-ui/cdk": ">=3.59.0-canary.1c24449"
23
+ },
24
+ "schematics": "../@taiga-ui/cdk/schematics/collection.json",
25
+ "module": "fesm2015/taiga-ui.mjs",
26
+ "es2020": "fesm2020/taiga-ui.mjs",
27
+ "esm2020": "esm2020/taiga-ui.mjs",
28
+ "fesm2020": "fesm2020/taiga-ui.mjs",
29
+ "fesm2015": "fesm2015/taiga-ui.mjs",
30
+ "typings": "index.d.ts",
31
+ "exports": {
32
+ "./package.json": {
33
+ "default": "./package.json"
34
+ },
35
+ ".": {
36
+ "types": "./index.d.ts",
37
+ "esm2020": "./esm2020/taiga-ui.mjs",
38
+ "es2020": "./fesm2020/taiga-ui.mjs",
39
+ "es2015": "./fesm2015/taiga-ui.mjs",
40
+ "node": "./fesm2015/taiga-ui.mjs",
41
+ "default": "./fesm2020/taiga-ui.mjs"
42
+ }
43
+ },
44
+ "sideEffects": false
32
45
  }
@@ -1,18 +0,0 @@
1
- (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
3
- typeof define === 'function' && define.amd ? define('taiga-ui', ['exports'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["taiga-ui"] = {}));
5
- })(this, (function (exports) { 'use strict';
6
-
7
- var stub = "Taiga UI schematics package";
8
-
9
- /**
10
- * Generated bundle index. Do not edit.
11
- */
12
-
13
- exports.stub = stub;
14
-
15
- Object.defineProperty(exports, '__esModule', { value: true });
16
-
17
- }));
18
- //# sourceMappingURL=taiga-ui.umd.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"taiga-ui.umd.js","sources":["../../../projects/taiga-schematics/index.ts","../../../projects/taiga-schematics/taiga-ui.ts"],"sourcesContent":["export const stub = `Taiga UI schematics package`;\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;AAAO,KAAM,IAAI,GAAG;;CCApB;;CAEG;;;;;;;;;;"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"taiga-ui.js","sources":["../../../projects/taiga-schematics/index.ts","../../../projects/taiga-schematics/taiga-ui.ts"],"sourcesContent":["export const stub = `Taiga UI schematics package`;\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"AAAO,MAAM,IAAI,GAAG;;ACApB;;AAEG;;;;"}
package/taiga-ui.d.ts DELETED
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="taiga-ui" />
5
- export * from './index';
File without changes
File without changes