@akinon/akitable 0.3.0 → 0.3.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
+ .akitable-container {
2
+ background-color: white;
3
+ border-radius: 0.5rem;
4
+ padding: 1.5rem;
5
+ }
6
+
7
+ .akitable-header {
8
+ }
@@ -1,4 +1,4 @@
1
- import './index.css';
1
+ import './akitable.css';
2
2
  import React from 'react';
3
3
  import { AkitableProps } from './types';
4
4
  export declare const Akitable: (props: AkitableProps) => React.JSX.Element;
@@ -1 +1 @@
1
- {"version":3,"file":"akitable.d.ts","sourceRoot":"","sources":["../../src/akitable.tsx"],"names":[],"mappings":"AAAA,OAAO,aAAa,CAAC;AAGrB,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,OAAO,EAAuC,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7E,eAAO,MAAM,QAAQ,UAAW,aAAa,sBA4D5C,CAAC"}
1
+ {"version":3,"file":"akitable.d.ts","sourceRoot":"","sources":["../../src/akitable.tsx"],"names":[],"mappings":"AAAA,OAAO,gBAAgB,CAAC;AAGxB,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,OAAO,EAAuC,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7E,eAAO,MAAM,QAAQ,UAAW,aAAa,sBA4D5C,CAAC"}
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.Akitable = void 0;
4
- require("./index.css");
4
+ require("./akitable.css");
5
5
  const antd_1 = require("antd");
6
6
  const react_1 = require("react");
7
7
  const akitable_context_1 = require("./akitable-context");
@@ -0,0 +1,8 @@
1
+ .akitable-container {
2
+ background-color: white;
3
+ border-radius: 0.5rem;
4
+ padding: 1.5rem;
5
+ }
6
+
7
+ .akitable-header {
8
+ }
@@ -1,4 +1,4 @@
1
- import './index.css';
1
+ import './akitable.css';
2
2
  import React from 'react';
3
3
  import { AkitableProps } from './types';
4
4
  export declare const Akitable: (props: AkitableProps) => React.JSX.Element;
@@ -1 +1 @@
1
- {"version":3,"file":"akitable.d.ts","sourceRoot":"","sources":["../../src/akitable.tsx"],"names":[],"mappings":"AAAA,OAAO,aAAa,CAAC;AAGrB,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,OAAO,EAAuC,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7E,eAAO,MAAM,QAAQ,UAAW,aAAa,sBA4D5C,CAAC"}
1
+ {"version":3,"file":"akitable.d.ts","sourceRoot":"","sources":["../../src/akitable.tsx"],"names":[],"mappings":"AAAA,OAAO,gBAAgB,CAAC;AAGxB,OAAO,KAAK,MAAM,OAAO,CAAC;AAW1B,OAAO,EAAuC,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7E,eAAO,MAAM,QAAQ,UAAW,aAAa,sBA4D5C,CAAC"}
@@ -1,4 +1,4 @@
1
- import './index.css';
1
+ import './akitable.css';
2
2
  import { ConfigProvider } from 'antd';
3
3
  import React from 'react';
4
4
  import { AkitableProvider } from './akitable-context';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/akitable",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/esm/index.js",
@@ -15,14 +15,14 @@
15
15
  "@akinon/icons": "0.4.0",
16
16
  "@akinon/ui-button": "0.5.0",
17
17
  "@akinon/ui-card": "0.3.0",
18
+ "@akinon/ui-pagination": "0.3.0",
19
+ "@akinon/ui-select": "0.3.0",
18
20
  "@akinon/ui-skeleton": "0.3.0",
19
- "@akinon/ui-spin": "0.3.0",
20
21
  "@akinon/ui-space": "0.3.0",
21
- "@akinon/ui-theme": "0.5.0",
22
- "@akinon/ui-typography": "0.3.0",
22
+ "@akinon/ui-spin": "0.3.0",
23
23
  "@akinon/ui-table": "0.3.0",
24
- "@akinon/ui-select": "0.3.0",
25
- "@akinon/ui-pagination": "0.3.0"
24
+ "@akinon/ui-theme": "0.5.0",
25
+ "@akinon/ui-typography": "0.3.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "clean-package": "2.2.0",
@@ -30,8 +30,8 @@
30
30
  "rimraf": "^5.0.5",
31
31
  "typescript": "^5.2.2",
32
32
  "@akinon/eslint-config": "0.1.0",
33
- "@akinon/vite-config": "0.4.0",
34
- "@akinon/typescript-config": "0.2.0"
33
+ "@akinon/typescript-config": "0.2.0",
34
+ "@akinon/vite-config": "0.4.0"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "react": ">=18",
@@ -51,7 +51,7 @@
51
51
  "build": "pnpm run build:esm && pnpm run build:commonjs && pnpm run copy:files",
52
52
  "build:esm": "tsc --outDir dist/esm",
53
53
  "build:commonjs": "tsc --module commonjs --outDir dist/cjs",
54
- "copy:files": "copyfiles -u 1 src/**/*.css dist/esm && copyfiles -u 1 src/**/*.css dist/cjs",
54
+ "copy:files": "copyfiles -u 1 src/*.css dist/esm && copyfiles -u 1 src/*.css dist/cjs && copyfiles -u 1 src/**/*.css dist/esm && copyfiles -u 1 src/**/*.css dist/cjs",
55
55
  "clean": "rimraf dist/",
56
56
  "lint": "eslint *.ts*",
57
57
  "test": "vitest run",