@expcat/tigercat-core 1.1.0 → 1.2.0
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/README.md +1 -1
- package/dist/datepicker-locales/ar-SA.cjs +46 -0
- package/dist/datepicker-locales/ar-SA.d.cts +6 -0
- package/dist/datepicker-locales/ar-SA.d.ts +6 -0
- package/dist/datepicker-locales/ar-SA.js +20 -0
- package/dist/datepicker-locales/de-DE.cjs +46 -0
- package/dist/datepicker-locales/de-DE.d.cts +6 -0
- package/dist/datepicker-locales/de-DE.d.ts +6 -0
- package/dist/datepicker-locales/de-DE.js +20 -0
- package/dist/datepicker-locales/en-US.cjs +30 -7
- package/dist/datepicker-locales/en-US.js +5 -2
- package/dist/datepicker-locales/es-ES.cjs +46 -0
- package/dist/datepicker-locales/es-ES.d.cts +6 -0
- package/dist/datepicker-locales/es-ES.d.ts +6 -0
- package/dist/datepicker-locales/es-ES.js +20 -0
- package/dist/datepicker-locales/fr-FR.cjs +46 -0
- package/dist/datepicker-locales/fr-FR.d.cts +6 -0
- package/dist/datepicker-locales/fr-FR.d.ts +6 -0
- package/dist/datepicker-locales/fr-FR.js +20 -0
- package/dist/datepicker-locales/id-ID.cjs +30 -7
- package/dist/datepicker-locales/id-ID.js +5 -2
- package/dist/datepicker-locales/ja-JP.cjs +30 -7
- package/dist/datepicker-locales/ja-JP.js +5 -2
- package/dist/datepicker-locales/ko-KR.cjs +30 -7
- package/dist/datepicker-locales/ko-KR.js +5 -2
- package/dist/datepicker-locales/pt-BR.cjs +46 -0
- package/dist/datepicker-locales/pt-BR.d.cts +6 -0
- package/dist/datepicker-locales/pt-BR.d.ts +6 -0
- package/dist/datepicker-locales/pt-BR.js +20 -0
- package/dist/datepicker-locales/th-TH.cjs +30 -7
- package/dist/datepicker-locales/th-TH.js +5 -2
- package/dist/datepicker-locales/vi-VN.cjs +30 -7
- package/dist/datepicker-locales/vi-VN.js +5 -2
- package/dist/datepicker-locales/zh-CN.cjs +30 -7
- package/dist/datepicker-locales/zh-CN.js +5 -2
- package/dist/datepicker-locales/zh-TW.cjs +30 -7
- package/dist/datepicker-locales/zh-TW.js +5 -2
- package/dist/icons/common.cjs +43 -11
- package/dist/icons/common.js +11 -2
- package/dist/icons/picker.cjs +57 -18
- package/dist/icons/picker.js +18 -2
- package/dist/icons/status.cjs +35 -7
- package/dist/icons/status.js +7 -2
- package/dist/icons/table.cjs +39 -9
- package/dist/icons/table.js +9 -2
- package/dist/index.cjs +6700 -1719
- package/dist/index.d.cts +1940 -58
- package/dist/index.d.ts +1940 -58
- package/dist/index.js +4799 -140
- package/dist/{locale-CEmE5uq-.d.cts → locale-9-B-d0mp.d.cts} +6 -1
- package/dist/{locale-m1sF4KRO.d.ts → locale-Bc3zz2b0.d.ts} +6 -1
- package/dist/locales/ar-SA.cjs +155 -0
- package/dist/locales/ar-SA.d.cts +10 -0
- package/dist/locales/ar-SA.d.ts +10 -0
- package/dist/locales/ar-SA.js +128 -0
- package/dist/locales/de-DE.cjs +155 -0
- package/dist/locales/de-DE.d.cts +10 -0
- package/dist/locales/de-DE.d.ts +10 -0
- package/dist/locales/de-DE.js +128 -0
- package/dist/locales/en-US.cjs +29 -3
- package/dist/locales/en-US.d.cts +1 -1
- package/dist/locales/en-US.d.ts +1 -1
- package/dist/locales/en-US.js +5 -2
- package/dist/locales/es-ES.cjs +155 -0
- package/dist/locales/es-ES.d.cts +10 -0
- package/dist/locales/es-ES.d.ts +10 -0
- package/dist/locales/es-ES.js +128 -0
- package/dist/locales/fr-FR.cjs +155 -0
- package/dist/locales/fr-FR.d.cts +10 -0
- package/dist/locales/fr-FR.d.ts +10 -0
- package/dist/locales/fr-FR.js +128 -0
- package/dist/locales/id-ID.cjs +29 -3
- package/dist/locales/id-ID.d.cts +1 -1
- package/dist/locales/id-ID.d.ts +1 -1
- package/dist/locales/id-ID.js +5 -2
- package/dist/locales/ja-JP.cjs +29 -3
- package/dist/locales/ja-JP.d.cts +1 -1
- package/dist/locales/ja-JP.d.ts +1 -1
- package/dist/locales/ja-JP.js +5 -2
- package/dist/locales/ko-KR.cjs +29 -3
- package/dist/locales/ko-KR.d.cts +1 -1
- package/dist/locales/ko-KR.d.ts +1 -1
- package/dist/locales/ko-KR.js +5 -2
- package/dist/locales/pt-BR.cjs +155 -0
- package/dist/locales/pt-BR.d.cts +10 -0
- package/dist/locales/pt-BR.d.ts +10 -0
- package/dist/locales/pt-BR.js +128 -0
- package/dist/locales/th-TH.cjs +29 -3
- package/dist/locales/th-TH.d.cts +1 -1
- package/dist/locales/th-TH.d.ts +1 -1
- package/dist/locales/th-TH.js +5 -2
- package/dist/locales/vi-VN.cjs +29 -3
- package/dist/locales/vi-VN.d.cts +1 -1
- package/dist/locales/vi-VN.d.ts +1 -1
- package/dist/locales/vi-VN.js +5 -2
- package/dist/locales/zh-CN.cjs +29 -3
- package/dist/locales/zh-CN.d.cts +1 -1
- package/dist/locales/zh-CN.d.ts +1 -1
- package/dist/locales/zh-CN.js +5 -2
- package/dist/locales/zh-TW.cjs +29 -3
- package/dist/locales/zh-TW.d.cts +1 -1
- package/dist/locales/zh-TW.d.ts +1 -1
- package/dist/locales/zh-TW.js +5 -2
- package/dist/{table-export-Cy9DgTiO.d.cts → table-export-6ISYSoVB.d.cts} +35 -3
- package/dist/{table-export-Cy9DgTiO.d.ts → table-export-6ISYSoVB.d.ts} +35 -3
- package/dist/tailwind/modern.cjs +81 -18
- package/dist/tailwind/modern.js +49 -13
- package/dist/{tailwind-entry-2KPvkOin.d.ts → tailwind-entry-D4_sseNi.d.ts} +1 -1
- package/dist/{tailwind-entry-CUaMC8Ma.d.cts → tailwind-entry-DUchHtjs.d.cts} +1 -1
- package/dist/tailwind.cjs +75 -10
- package/dist/tailwind.d.cts +1 -1
- package/dist/tailwind.d.ts +1 -1
- package/dist/tailwind.js +43 -5
- package/dist/utils/table-export.cjs +79 -5
- package/dist/utils/table-export.d.cts +1 -1
- package/dist/utils/table-export.d.ts +1 -1
- package/dist/utils/table-export.js +47 -2
- package/package.json +60 -6
- package/tokens/figma-variables.json +2553 -0
- package/tokens/tailwind-tokens.js +145 -0
- package/tokens/tokens.css +640 -0
- package/tokens/tokens.json +395 -0
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
// src/utils/i18n/datepicker-locales/pt-BR.ts
|
|
2
|
+
var PT_BR_DATEPICKER_LOCALE = {
|
|
3
|
+
locale: "pt-BR",
|
|
4
|
+
labels: {
|
|
5
|
+
today: "Hoje",
|
|
6
|
+
ok: "OK",
|
|
7
|
+
calendar: "Calend\xE1rio",
|
|
8
|
+
toggleCalendar: "Abrir calend\xE1rio",
|
|
9
|
+
clearDate: "Limpar data",
|
|
10
|
+
previousMonth: "M\xEAs anterior",
|
|
11
|
+
nextMonth: "Pr\xF3ximo m\xEAs"
|
|
12
|
+
}
|
|
13
|
+
};
|
|
14
|
+
var ptBRDatePickerLocale = PT_BR_DATEPICKER_LOCALE;
|
|
15
|
+
var pt_BR_default = PT_BR_DATEPICKER_LOCALE;
|
|
16
|
+
export {
|
|
17
|
+
PT_BR_DATEPICKER_LOCALE,
|
|
18
|
+
pt_BR_default as default,
|
|
19
|
+
ptBRDatePickerLocale
|
|
20
|
+
};
|
|
@@ -1,8 +1,30 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
4
19
|
|
|
5
20
|
// src/utils/i18n/datepicker-locales/th-TH.ts
|
|
21
|
+
var th_TH_exports = {};
|
|
22
|
+
__export(th_TH_exports, {
|
|
23
|
+
TH_TH_DATEPICKER_LOCALE: () => TH_TH_DATEPICKER_LOCALE,
|
|
24
|
+
default: () => th_TH_default,
|
|
25
|
+
thTHDatePickerLocale: () => thTHDatePickerLocale
|
|
26
|
+
});
|
|
27
|
+
module.exports = __toCommonJS(th_TH_exports);
|
|
6
28
|
var TH_TH_DATEPICKER_LOCALE = {
|
|
7
29
|
locale: "th-TH",
|
|
8
30
|
labels: {
|
|
@@ -17,7 +39,8 @@ var TH_TH_DATEPICKER_LOCALE = {
|
|
|
17
39
|
};
|
|
18
40
|
var thTHDatePickerLocale = TH_TH_DATEPICKER_LOCALE;
|
|
19
41
|
var th_TH_default = TH_TH_DATEPICKER_LOCALE;
|
|
20
|
-
|
|
21
|
-
exports
|
|
22
|
-
|
|
23
|
-
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
TH_TH_DATEPICKER_LOCALE,
|
|
45
|
+
thTHDatePickerLocale
|
|
46
|
+
});
|
|
@@ -13,5 +13,8 @@ var TH_TH_DATEPICKER_LOCALE = {
|
|
|
13
13
|
};
|
|
14
14
|
var thTHDatePickerLocale = TH_TH_DATEPICKER_LOCALE;
|
|
15
15
|
var th_TH_default = TH_TH_DATEPICKER_LOCALE;
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
export {
|
|
17
|
+
TH_TH_DATEPICKER_LOCALE,
|
|
18
|
+
th_TH_default as default,
|
|
19
|
+
thTHDatePickerLocale
|
|
20
|
+
};
|
|
@@ -1,8 +1,30 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
4
19
|
|
|
5
20
|
// src/utils/i18n/datepicker-locales/vi-VN.ts
|
|
21
|
+
var vi_VN_exports = {};
|
|
22
|
+
__export(vi_VN_exports, {
|
|
23
|
+
VI_VN_DATEPICKER_LOCALE: () => VI_VN_DATEPICKER_LOCALE,
|
|
24
|
+
default: () => vi_VN_default,
|
|
25
|
+
viVNDatePickerLocale: () => viVNDatePickerLocale
|
|
26
|
+
});
|
|
27
|
+
module.exports = __toCommonJS(vi_VN_exports);
|
|
6
28
|
var VI_VN_DATEPICKER_LOCALE = {
|
|
7
29
|
locale: "vi-VN",
|
|
8
30
|
labels: {
|
|
@@ -17,7 +39,8 @@ var VI_VN_DATEPICKER_LOCALE = {
|
|
|
17
39
|
};
|
|
18
40
|
var viVNDatePickerLocale = VI_VN_DATEPICKER_LOCALE;
|
|
19
41
|
var vi_VN_default = VI_VN_DATEPICKER_LOCALE;
|
|
20
|
-
|
|
21
|
-
exports
|
|
22
|
-
|
|
23
|
-
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
VI_VN_DATEPICKER_LOCALE,
|
|
45
|
+
viVNDatePickerLocale
|
|
46
|
+
});
|
|
@@ -13,5 +13,8 @@ var VI_VN_DATEPICKER_LOCALE = {
|
|
|
13
13
|
};
|
|
14
14
|
var viVNDatePickerLocale = VI_VN_DATEPICKER_LOCALE;
|
|
15
15
|
var vi_VN_default = VI_VN_DATEPICKER_LOCALE;
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
export {
|
|
17
|
+
VI_VN_DATEPICKER_LOCALE,
|
|
18
|
+
vi_VN_default as default,
|
|
19
|
+
viVNDatePickerLocale
|
|
20
|
+
};
|
|
@@ -1,8 +1,30 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
4
19
|
|
|
5
20
|
// src/utils/i18n/datepicker-locales/zh-CN.ts
|
|
21
|
+
var zh_CN_exports = {};
|
|
22
|
+
__export(zh_CN_exports, {
|
|
23
|
+
ZH_CN_DATEPICKER_LOCALE: () => ZH_CN_DATEPICKER_LOCALE,
|
|
24
|
+
default: () => zh_CN_default,
|
|
25
|
+
zhCNDatePickerLocale: () => zhCNDatePickerLocale
|
|
26
|
+
});
|
|
27
|
+
module.exports = __toCommonJS(zh_CN_exports);
|
|
6
28
|
var ZH_CN_DATEPICKER_LOCALE = {
|
|
7
29
|
locale: "zh-CN",
|
|
8
30
|
labels: {
|
|
@@ -17,7 +39,8 @@ var ZH_CN_DATEPICKER_LOCALE = {
|
|
|
17
39
|
};
|
|
18
40
|
var zhCNDatePickerLocale = ZH_CN_DATEPICKER_LOCALE;
|
|
19
41
|
var zh_CN_default = ZH_CN_DATEPICKER_LOCALE;
|
|
20
|
-
|
|
21
|
-
exports
|
|
22
|
-
|
|
23
|
-
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
ZH_CN_DATEPICKER_LOCALE,
|
|
45
|
+
zhCNDatePickerLocale
|
|
46
|
+
});
|
|
@@ -13,5 +13,8 @@ var ZH_CN_DATEPICKER_LOCALE = {
|
|
|
13
13
|
};
|
|
14
14
|
var zhCNDatePickerLocale = ZH_CN_DATEPICKER_LOCALE;
|
|
15
15
|
var zh_CN_default = ZH_CN_DATEPICKER_LOCALE;
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
export {
|
|
17
|
+
ZH_CN_DATEPICKER_LOCALE,
|
|
18
|
+
zh_CN_default as default,
|
|
19
|
+
zhCNDatePickerLocale
|
|
20
|
+
};
|
|
@@ -1,8 +1,30 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
4
19
|
|
|
5
20
|
// src/utils/i18n/datepicker-locales/zh-TW.ts
|
|
21
|
+
var zh_TW_exports = {};
|
|
22
|
+
__export(zh_TW_exports, {
|
|
23
|
+
ZH_TW_DATEPICKER_LOCALE: () => ZH_TW_DATEPICKER_LOCALE,
|
|
24
|
+
default: () => zh_TW_default,
|
|
25
|
+
zhTWDatePickerLocale: () => zhTWDatePickerLocale
|
|
26
|
+
});
|
|
27
|
+
module.exports = __toCommonJS(zh_TW_exports);
|
|
6
28
|
var ZH_TW_DATEPICKER_LOCALE = {
|
|
7
29
|
locale: "zh-TW",
|
|
8
30
|
labels: {
|
|
@@ -17,7 +39,8 @@ var ZH_TW_DATEPICKER_LOCALE = {
|
|
|
17
39
|
};
|
|
18
40
|
var zhTWDatePickerLocale = ZH_TW_DATEPICKER_LOCALE;
|
|
19
41
|
var zh_TW_default = ZH_TW_DATEPICKER_LOCALE;
|
|
20
|
-
|
|
21
|
-
exports
|
|
22
|
-
|
|
23
|
-
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
ZH_TW_DATEPICKER_LOCALE,
|
|
45
|
+
zhTWDatePickerLocale
|
|
46
|
+
});
|
|
@@ -13,5 +13,8 @@ var ZH_TW_DATEPICKER_LOCALE = {
|
|
|
13
13
|
};
|
|
14
14
|
var zhTWDatePickerLocale = ZH_TW_DATEPICKER_LOCALE;
|
|
15
15
|
var zh_TW_default = ZH_TW_DATEPICKER_LOCALE;
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
export {
|
|
17
|
+
ZH_TW_DATEPICKER_LOCALE,
|
|
18
|
+
zh_TW_default as default,
|
|
19
|
+
zhTWDatePickerLocale
|
|
20
|
+
};
|
package/dist/icons/common.cjs
CHANGED
|
@@ -1,6 +1,36 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
2
19
|
|
|
3
20
|
// src/utils/icons/common.ts
|
|
21
|
+
var common_exports = {};
|
|
22
|
+
__export(common_exports, {
|
|
23
|
+
closeIconPathD: () => closeIconPathD,
|
|
24
|
+
closeIconPathStrokeLinecap: () => closeIconPathStrokeLinecap,
|
|
25
|
+
closeIconPathStrokeLinejoin: () => closeIconPathStrokeLinejoin,
|
|
26
|
+
closeIconPathStrokeWidth: () => closeIconPathStrokeWidth,
|
|
27
|
+
closeIconViewBox: () => closeIconViewBox,
|
|
28
|
+
icon24PathStrokeLinecap: () => icon24PathStrokeLinecap,
|
|
29
|
+
icon24PathStrokeLinejoin: () => icon24PathStrokeLinejoin,
|
|
30
|
+
icon24StrokeWidth: () => icon24StrokeWidth,
|
|
31
|
+
icon24ViewBox: () => icon24ViewBox
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(common_exports);
|
|
4
34
|
var closeIconViewBox = "0 0 24 24";
|
|
5
35
|
var closeIconPathD = "M6 18L18 6M6 6l12 12";
|
|
6
36
|
var closeIconPathStrokeLinecap = "round";
|
|
@@ -10,13 +40,15 @@ var icon24ViewBox = "0 0 24 24";
|
|
|
10
40
|
var icon24PathStrokeLinecap = "round";
|
|
11
41
|
var icon24PathStrokeLinejoin = "round";
|
|
12
42
|
var icon24StrokeWidth = 2;
|
|
13
|
-
|
|
14
|
-
exports
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
43
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
44
|
+
0 && (module.exports = {
|
|
45
|
+
closeIconPathD,
|
|
46
|
+
closeIconPathStrokeLinecap,
|
|
47
|
+
closeIconPathStrokeLinejoin,
|
|
48
|
+
closeIconPathStrokeWidth,
|
|
49
|
+
closeIconViewBox,
|
|
50
|
+
icon24PathStrokeLinecap,
|
|
51
|
+
icon24PathStrokeLinejoin,
|
|
52
|
+
icon24StrokeWidth,
|
|
53
|
+
icon24ViewBox
|
|
54
|
+
});
|
package/dist/icons/common.js
CHANGED
|
@@ -8,5 +8,14 @@ var icon24ViewBox = "0 0 24 24";
|
|
|
8
8
|
var icon24PathStrokeLinecap = "round";
|
|
9
9
|
var icon24PathStrokeLinejoin = "round";
|
|
10
10
|
var icon24StrokeWidth = 2;
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
export {
|
|
12
|
+
closeIconPathD,
|
|
13
|
+
closeIconPathStrokeLinecap,
|
|
14
|
+
closeIconPathStrokeLinejoin,
|
|
15
|
+
closeIconPathStrokeWidth,
|
|
16
|
+
closeIconViewBox,
|
|
17
|
+
icon24PathStrokeLinecap,
|
|
18
|
+
icon24PathStrokeLinejoin,
|
|
19
|
+
icon24StrokeWidth,
|
|
20
|
+
icon24ViewBox
|
|
21
|
+
};
|
package/dist/icons/picker.cjs
CHANGED
|
@@ -1,6 +1,43 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
2
19
|
|
|
3
20
|
// src/utils/icons/picker.ts
|
|
21
|
+
var picker_exports = {};
|
|
22
|
+
__export(picker_exports, {
|
|
23
|
+
CalendarIconPath: () => CalendarIconPath,
|
|
24
|
+
ChevronLeftIconPath: () => ChevronLeftIconPath,
|
|
25
|
+
ChevronRightIconPath: () => ChevronRightIconPath,
|
|
26
|
+
ClockIconPath: () => ClockIconPath,
|
|
27
|
+
CloseIconPath: () => CloseIconPath,
|
|
28
|
+
TimePickerCloseIconPath: () => TimePickerCloseIconPath,
|
|
29
|
+
calendarSolidIcon20PathD: () => calendarSolidIcon20PathD,
|
|
30
|
+
checkSolidIcon20PathD: () => checkSolidIcon20PathD,
|
|
31
|
+
chevronDownSolidIcon20PathD: () => chevronDownSolidIcon20PathD,
|
|
32
|
+
chevronLeftSolidIcon20PathD: () => chevronLeftSolidIcon20PathD,
|
|
33
|
+
chevronRightSolidIcon20PathD: () => chevronRightSolidIcon20PathD,
|
|
34
|
+
clockSolidIcon20PathD: () => clockSolidIcon20PathD,
|
|
35
|
+
closeSolidIcon20PathD: () => closeSolidIcon20PathD,
|
|
36
|
+
errorCircleSolidIcon20PathD: () => errorCircleSolidIcon20PathD,
|
|
37
|
+
icon20ViewBox: () => icon20ViewBox,
|
|
38
|
+
successCircleSolidIcon20PathD: () => successCircleSolidIcon20PathD
|
|
39
|
+
});
|
|
40
|
+
module.exports = __toCommonJS(picker_exports);
|
|
4
41
|
var icon20ViewBox = "0 0 20 20";
|
|
5
42
|
var closeSolidIcon20PathD = "M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z";
|
|
6
43
|
var calendarSolidIcon20PathD = "M6 2a1 1 0 00-1 1v1H4a2 2 0 00-2 2v10a2 2 0 002 2h12a2 2 0 002-2V6a2 2 0 00-2-2h-1V3a1 1 0 10-2 0v1H7V3a1 1 0 00-1-1zm0 5a1 1 0 000 2h8a1 1 0 100-2H6z";
|
|
@@ -17,20 +54,22 @@ var ChevronLeftIconPath = chevronLeftSolidIcon20PathD;
|
|
|
17
54
|
var ChevronRightIconPath = chevronRightSolidIcon20PathD;
|
|
18
55
|
var ClockIconPath = clockSolidIcon20PathD;
|
|
19
56
|
var TimePickerCloseIconPath = closeSolidIcon20PathD;
|
|
20
|
-
|
|
21
|
-
exports
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
57
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
58
|
+
0 && (module.exports = {
|
|
59
|
+
CalendarIconPath,
|
|
60
|
+
ChevronLeftIconPath,
|
|
61
|
+
ChevronRightIconPath,
|
|
62
|
+
ClockIconPath,
|
|
63
|
+
CloseIconPath,
|
|
64
|
+
TimePickerCloseIconPath,
|
|
65
|
+
calendarSolidIcon20PathD,
|
|
66
|
+
checkSolidIcon20PathD,
|
|
67
|
+
chevronDownSolidIcon20PathD,
|
|
68
|
+
chevronLeftSolidIcon20PathD,
|
|
69
|
+
chevronRightSolidIcon20PathD,
|
|
70
|
+
clockSolidIcon20PathD,
|
|
71
|
+
closeSolidIcon20PathD,
|
|
72
|
+
errorCircleSolidIcon20PathD,
|
|
73
|
+
icon20ViewBox,
|
|
74
|
+
successCircleSolidIcon20PathD
|
|
75
|
+
});
|
package/dist/icons/picker.js
CHANGED
|
@@ -15,5 +15,21 @@ var ChevronLeftIconPath = chevronLeftSolidIcon20PathD;
|
|
|
15
15
|
var ChevronRightIconPath = chevronRightSolidIcon20PathD;
|
|
16
16
|
var ClockIconPath = clockSolidIcon20PathD;
|
|
17
17
|
var TimePickerCloseIconPath = closeSolidIcon20PathD;
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
export {
|
|
19
|
+
CalendarIconPath,
|
|
20
|
+
ChevronLeftIconPath,
|
|
21
|
+
ChevronRightIconPath,
|
|
22
|
+
ClockIconPath,
|
|
23
|
+
CloseIconPath,
|
|
24
|
+
TimePickerCloseIconPath,
|
|
25
|
+
calendarSolidIcon20PathD,
|
|
26
|
+
checkSolidIcon20PathD,
|
|
27
|
+
chevronDownSolidIcon20PathD,
|
|
28
|
+
chevronLeftSolidIcon20PathD,
|
|
29
|
+
chevronRightSolidIcon20PathD,
|
|
30
|
+
clockSolidIcon20PathD,
|
|
31
|
+
closeSolidIcon20PathD,
|
|
32
|
+
errorCircleSolidIcon20PathD,
|
|
33
|
+
icon20ViewBox,
|
|
34
|
+
successCircleSolidIcon20PathD
|
|
35
|
+
};
|
package/dist/icons/status.cjs
CHANGED
|
@@ -1,6 +1,32 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
2
19
|
|
|
3
20
|
// src/utils/icons/status.ts
|
|
21
|
+
var status_exports = {};
|
|
22
|
+
__export(status_exports, {
|
|
23
|
+
statusErrorIconPath: () => statusErrorIconPath,
|
|
24
|
+
statusIconPaths: () => statusIconPaths,
|
|
25
|
+
statusInfoIconPath: () => statusInfoIconPath,
|
|
26
|
+
statusSuccessIconPath: () => statusSuccessIconPath,
|
|
27
|
+
statusWarningIconPath: () => statusWarningIconPath
|
|
28
|
+
});
|
|
29
|
+
module.exports = __toCommonJS(status_exports);
|
|
4
30
|
var statusSuccessIconPath = "M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z";
|
|
5
31
|
var statusWarningIconPath = "M12 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z";
|
|
6
32
|
var statusErrorIconPath = "M10 14l2-2m0 0l2-2m-2 2l-2-2m2 2l2 2m7-2a9 9 0 11-18 0 9 9 0 0118 0z";
|
|
@@ -11,9 +37,11 @@ var statusIconPaths = {
|
|
|
11
37
|
error: statusErrorIconPath,
|
|
12
38
|
info: statusInfoIconPath
|
|
13
39
|
};
|
|
14
|
-
|
|
15
|
-
exports
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
40
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
41
|
+
0 && (module.exports = {
|
|
42
|
+
statusErrorIconPath,
|
|
43
|
+
statusIconPaths,
|
|
44
|
+
statusInfoIconPath,
|
|
45
|
+
statusSuccessIconPath,
|
|
46
|
+
statusWarningIconPath
|
|
47
|
+
});
|
package/dist/icons/status.js
CHANGED
|
@@ -9,5 +9,10 @@ var statusIconPaths = {
|
|
|
9
9
|
error: statusErrorIconPath,
|
|
10
10
|
info: statusInfoIconPath
|
|
11
11
|
};
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
export {
|
|
13
|
+
statusErrorIconPath,
|
|
14
|
+
statusIconPaths,
|
|
15
|
+
statusInfoIconPath,
|
|
16
|
+
statusSuccessIconPath,
|
|
17
|
+
statusWarningIconPath
|
|
18
|
+
};
|
package/dist/icons/table.cjs
CHANGED
|
@@ -1,6 +1,34 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
2
19
|
|
|
3
20
|
// src/utils/icons/table.ts
|
|
21
|
+
var table_exports = {};
|
|
22
|
+
__export(table_exports, {
|
|
23
|
+
expandChevronIcon16PathD: () => expandChevronIcon16PathD,
|
|
24
|
+
icon16ViewBox: () => icon16ViewBox,
|
|
25
|
+
lockClosedIcon24PathD: () => lockClosedIcon24PathD,
|
|
26
|
+
lockOpenIcon24PathD: () => lockOpenIcon24PathD,
|
|
27
|
+
sortAscIcon16PathD: () => sortAscIcon16PathD,
|
|
28
|
+
sortBothIcon16PathD: () => sortBothIcon16PathD,
|
|
29
|
+
sortDescIcon16PathD: () => sortDescIcon16PathD
|
|
30
|
+
});
|
|
31
|
+
module.exports = __toCommonJS(table_exports);
|
|
4
32
|
var icon16ViewBox = "0 0 16 16";
|
|
5
33
|
var sortAscIcon16PathD = "M8 3l4 4H4l4-4z";
|
|
6
34
|
var sortDescIcon16PathD = "M8 13l-4-4h8l-4 4z";
|
|
@@ -8,11 +36,13 @@ var sortBothIcon16PathD = "M8 3l4 4H4l4-4zM8 13l-4-4h8l-4 4z";
|
|
|
8
36
|
var expandChevronIcon16PathD = "M6 3l5 5-5 5V3z";
|
|
9
37
|
var lockClosedIcon24PathD = "M17 8h-1V6a4 4 0 10-8 0v2H7a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2V10a2 2 0 00-2-2zm-7-2a2 2 0 114 0v2h-4V6z";
|
|
10
38
|
var lockOpenIcon24PathD = "M17 8h-1V6a4 4 0 00-7.75-1.41 1 1 0 101.9.62A2 2 0 0114 6v2H7a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2V10a2 2 0 00-2-2zm0 12H7V10h10v10z";
|
|
11
|
-
|
|
12
|
-
exports
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
39
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
40
|
+
0 && (module.exports = {
|
|
41
|
+
expandChevronIcon16PathD,
|
|
42
|
+
icon16ViewBox,
|
|
43
|
+
lockClosedIcon24PathD,
|
|
44
|
+
lockOpenIcon24PathD,
|
|
45
|
+
sortAscIcon16PathD,
|
|
46
|
+
sortBothIcon16PathD,
|
|
47
|
+
sortDescIcon16PathD
|
|
48
|
+
});
|
package/dist/icons/table.js
CHANGED
|
@@ -6,5 +6,12 @@ var sortBothIcon16PathD = "M8 3l4 4H4l4-4zM8 13l-4-4h8l-4 4z";
|
|
|
6
6
|
var expandChevronIcon16PathD = "M6 3l5 5-5 5V3z";
|
|
7
7
|
var lockClosedIcon24PathD = "M17 8h-1V6a4 4 0 10-8 0v2H7a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2V10a2 2 0 00-2-2zm-7-2a2 2 0 114 0v2h-4V6z";
|
|
8
8
|
var lockOpenIcon24PathD = "M17 8h-1V6a4 4 0 00-7.75-1.41 1 1 0 101.9.62A2 2 0 0114 6v2H7a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2V10a2 2 0 00-2-2zm0 12H7V10h10v10z";
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
export {
|
|
10
|
+
expandChevronIcon16PathD,
|
|
11
|
+
icon16ViewBox,
|
|
12
|
+
lockClosedIcon24PathD,
|
|
13
|
+
lockOpenIcon24PathD,
|
|
14
|
+
sortAscIcon16PathD,
|
|
15
|
+
sortBothIcon16PathD,
|
|
16
|
+
sortDescIcon16PathD
|
|
17
|
+
};
|