@driveflux/ui 1.0.0 → 1.0.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.
@@ -1,7 +1,7 @@
1
1
 
2
2
  
3
- > @driveflux/ui@1.0.0 build /Users/flux/Projects/flux/shared/ui
3
+ > @driveflux/ui@1.0.2 build /Users/flux/Projects/flux/shared/ui
4
4
  > fab
5
5
 
6
- Successfully compiled: 19 files with swc (163.42ms)
7
- Successfully compiled: 19 files with swc (219.78ms)
6
+ Successfully compiled: 19 files with swc (222.13ms)
7
+ Successfully compiled: 19 files with swc (218.75ms)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @driveflux/ui
2
2
 
3
+ ## 1.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Fixed imports and bugs
8
+
9
+ ## 1.0.1
10
+
11
+ ### Patch Changes
12
+
13
+ - Bump versions
14
+ - Updated dependencies
15
+ - @driveflux/icons@1.0.1
16
+
3
17
  ## 1.0.0
4
18
 
5
19
  ### Major Changes
@@ -2,7 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- _export_star(require("./colors"), exports);
5
+ _export_star(require("./colors.js"), exports);
6
6
  function _export_star(from, to) {
7
7
  Object.keys(from).forEach(function(k) {
8
8
  if (k !== "default" && !Object.prototype.hasOwnProperty.call(to, k)) {
@@ -1,2 +1,2 @@
1
- export * from './colors';
1
+ export * from './colors.js';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/theme/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/theme/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAA"}
@@ -1 +1 @@
1
- export * from "./colors";
1
+ export * from "./colors.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@driveflux/ui",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@chakra-ui/react": "^2.8.2",
42
- "@driveflux/icons": "1.0.0",
42
+ "@driveflux/icons": "1.0.1",
43
43
  "lodash": "^4.17.21"
44
44
  },
45
45
  "peerDependencies": {
@@ -48,11 +48,11 @@
48
48
  "swr": "^2.2.4"
49
49
  },
50
50
  "devDependencies": {
51
- "@driveflux/eslint-config": "1.0.0",
52
- "@driveflux/fab": "1.0.0",
53
- "@driveflux/problem": "4.0.0",
54
- "@driveflux/result": "4.0.0",
55
- "@driveflux/tsconfig": "1.0.0",
51
+ "@driveflux/eslint-config": "1.0.1",
52
+ "@driveflux/fab": "1.0.1",
53
+ "@driveflux/problem": "4.0.1",
54
+ "@driveflux/result": "4.0.1",
55
+ "@driveflux/tsconfig": "1.0.1",
56
56
  "@lingui/macro": "^4.7.0",
57
57
  "@swc/cli": "^0.3.9",
58
58
  "@swc/core": "^1.4.0",
@@ -1 +1 @@
1
- export * from './colors'
1
+ export * from './colors.js'
package/tsconfig.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/tsconfig",
3
- "extends": "@driveflux/tsconfig/nextjs.json",
3
+ "extends": "@driveflux/tsconfig/frontend.json",
4
4
  "compilerOptions": {
5
5
  "declaration": true,
6
6
  "rootDir": "src",