@dktunited-techoff/techoff-suite-ui 1.4.0 → 1.4.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/esm/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  export * from './components/TsButton/TsButton';
2
2
  export * from './components/TsIcon/TsIcon';
3
+ export * from './components/TsInput/TsInput/TsInput';
3
4
  export * from './components/TsLoader/TsLoader';
4
5
  export * from './layouts/TsHeader/TsHeader';
5
6
  export * from './layouts/TsHeader/TsHeaderProfile';
package/esm/index.js CHANGED
@@ -1,5 +1,6 @@
1
1
  export * from './components/TsButton/TsButton';
2
2
  export * from './components/TsIcon/TsIcon';
3
+ export * from './components/TsInput/TsInput/TsInput';
3
4
  export * from './components/TsLoader/TsLoader';
4
5
  export * from './layouts/TsHeader/TsHeader';
5
6
  export * from './layouts/TsHeader/TsHeaderProfile';
package/esm/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC;AAC/C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC;AAC/C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sCAAsC,CAAC;AACrD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC"}
@@ -47,7 +47,7 @@
47
47
  /* DIVIDER */
48
48
  .ts-navigation-divider {
49
49
  flex: 1;
50
- height: 1px;
50
+ height: 2px;
51
51
  margin: 4px 0;
52
52
  background: #ebecf7;
53
53
  }
package/lib/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  export * from './components/TsButton/TsButton';
2
2
  export * from './components/TsIcon/TsIcon';
3
+ export * from './components/TsInput/TsInput/TsInput';
3
4
  export * from './components/TsLoader/TsLoader';
4
5
  export * from './layouts/TsHeader/TsHeader';
5
6
  export * from './layouts/TsHeader/TsHeaderProfile';
package/lib/index.js CHANGED
@@ -16,6 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./components/TsButton/TsButton"), exports);
18
18
  __exportStar(require("./components/TsIcon/TsIcon"), exports);
19
+ __exportStar(require("./components/TsInput/TsInput/TsInput"), exports);
19
20
  __exportStar(require("./components/TsLoader/TsLoader"), exports);
20
21
  __exportStar(require("./layouts/TsHeader/TsHeader"), exports);
21
22
  __exportStar(require("./layouts/TsHeader/TsHeaderProfile"), exports);
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iEAA+C;AAC/C,6DAA2C;AAC3C,iEAA+C;AAC/C,8DAA4C;AAC5C,qEAAmD;AACnD,sEAAoD"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iEAA+C;AAC/C,6DAA2C;AAC3C,uEAAqD;AACrD,iEAA+C;AAC/C,8DAA4C;AAC5C,qEAAmD;AACnD,sEAAoD"}
@@ -47,7 +47,7 @@
47
47
  /* DIVIDER */
48
48
  .ts-navigation-divider {
49
49
  flex: 1;
50
- height: 1px;
50
+ height: 2px;
51
51
  margin: 4px 0;
52
52
  background: #ebecf7;
53
53
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dktunited-techoff/techoff-suite-ui",
3
- "version": "1.4.0",
3
+ "version": "1.4.2",
4
4
  "main": "lib/index.js",
5
5
  "types": "./lib",
6
6
  "module": "esm/index.js",
package/src/index.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  export * from './components/TsButton/TsButton';
2
2
  export * from './components/TsIcon/TsIcon';
3
+ export * from './components/TsInput/TsInput/TsInput';
3
4
  export * from './components/TsLoader/TsLoader';
4
5
  export * from './layouts/TsHeader/TsHeader';
5
6
  export * from './layouts/TsHeader/TsHeaderProfile';
@@ -47,7 +47,7 @@
47
47
  /* DIVIDER */
48
48
  .ts-navigation-divider {
49
49
  flex: 1;
50
- height: 1px;
50
+ height: 2px;
51
51
  margin: 4px 0;
52
52
  background: #ebecf7;
53
53
  }