neko-ui 2.6.3 → 2.6.4

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/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  # Change log
2
2
 
3
- ## [2.6.3](https://github.com/monako97/neko-ui/compare/2.6.1...2.6.3) (12-5-2023)
3
+ ## Last
4
+
5
+ ### 🐛 Bug Fixes
6
+
7
+ - umd build ([7f77062](https://github.com/monako97/neko-ui/commit/7f77062d330dfc4e68df844ed27eb16959477bfb))
4
8
 
5
9
  ### 📚 Documentation
6
10
 
@@ -1,3 +1,4 @@
1
+ /// <reference types="typings/typings" />
1
2
  import type { CronData } from '.';
2
3
  import type { BaseOption } from 'neko-ui';
3
4
  type BeginIntervalProps = {
package/es/cron/item.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ /// <reference types="typings/typings" />
1
2
  import type { ActiveTab, CronType } from '.';
2
3
  import type { RadioOption } from 'neko-ui';
3
4
  export type CronItemProps<T extends ActiveTab = 'second'> = {
@@ -1,3 +1,4 @@
1
+ /// <reference types="typings/typings" />
1
2
  import type { CronData } from '.';
2
3
  import type { BaseOption } from 'neko-ui';
3
4
  type PeriodProps = {
package/es/cron/some.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ /// <reference types="typings/typings" />
1
2
  import type { CronData } from '.';
2
3
  import type { BaseOption } from 'neko-ui';
3
4
  type SomeProps = {
@@ -1,3 +1,4 @@
1
+ /// <reference types="typings/typings" />
1
2
  import type { CronData } from '.';
2
3
  import type { BaseOption } from 'neko-ui';
3
4
  type BeginIntervalProps = {
@@ -1,3 +1,4 @@
1
+ /// <reference types="typings/typings" />
1
2
  import type { ActiveTab, CronType } from '.';
2
3
  import type { RadioOption } from 'neko-ui';
3
4
  export type CronItemProps<T extends ActiveTab = 'second'> = {
@@ -1,3 +1,4 @@
1
+ /// <reference types="typings/typings" />
1
2
  import type { CronData } from '.';
2
3
  import type { BaseOption } from 'neko-ui';
3
4
  type PeriodProps = {
@@ -1,3 +1,4 @@
1
+ /// <reference types="typings/typings" />
1
2
  import type { CronData } from '.';
2
3
  import type { BaseOption } from 'neko-ui';
3
4
  type SomeProps = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "neko-ui",
3
- "version": "2.6.3",
3
+ "version": "2.6.4",
4
4
  "description": "WebComponents UI Libraries",
5
5
  "main": "es/index.js",
6
6
  "scripts": {
@@ -43,13 +43,13 @@
43
43
  "@commitlint/cli": "17.8.1",
44
44
  "@commitlint/config-conventional": "17.8.1",
45
45
  "@moneko/cli": "2.4.0",
46
- "@moneko/core": "3.9.0",
46
+ "@moneko/core": "3.9.1",
47
47
  "@moneko/postcss": "1.2.0",
48
48
  "@moneko/solid": "1.4.1",
49
49
  "@solidjs/testing-library": "0.8.4",
50
50
  "@swc/jest": "0.2.29",
51
- "@testing-library/jest-dom": "6.1.4",
52
- "@types/jest": "29.5.10",
51
+ "@testing-library/jest-dom": "6.1.5",
52
+ "@types/jest": "29.5.11",
53
53
  "babel-loader": "9.1.3",
54
54
  "eslint-config-neko": "2.2.0",
55
55
  "eslint-plugin-mdx": "2.2.0",
@@ -68,9 +68,9 @@
68
68
  "@swc/helpers": "0.5.3",
69
69
  "custom-element-type": "1.0.3",
70
70
  "dayjs": "1.11.10",
71
- "marked-completed": "1.2.12",
71
+ "marked-completed": "1.2.13",
72
72
  "solid-element": "1.8.0",
73
- "solid-js": "1.8.6"
73
+ "solid-js": "1.8.7"
74
74
  },
75
75
  "files": [
76
76
  "es",