@esic-lab/data-core-ui 0.0.39 → 0.0.40

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/dist/index.js CHANGED
@@ -1288,7 +1288,6 @@ function InputFieldNumber({
1288
1288
  var import_antd5 = require("antd");
1289
1289
  var import_dayjs = __toESM(require_dayjs_min());
1290
1290
  var import_th_TH = __toESM(require("antd/es/date-picker/locale/th_TH"));
1291
- var import_th_TH2 = __toESM(require("antd/locale/th_TH"));
1292
1291
  var import_th2 = __toESM(require_th());
1293
1292
  var import_buddhistEra = __toESM(require_buddhistEra());
1294
1293
  var import_locale = require("date-fns/locale");
@@ -1325,7 +1324,6 @@ function DatePickerBasic({
1325
1324
  return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
1326
1325
  import_antd5.ConfigProvider,
1327
1326
  {
1328
- locale: import_th_TH2.default,
1329
1327
  theme: {
1330
1328
  token: {
1331
1329
  fontFamily: "Kanit",
package/dist/index.mjs CHANGED
@@ -1233,7 +1233,6 @@ var import_th2 = __toESM(require_th());
1233
1233
  var import_buddhistEra = __toESM(require_buddhistEra());
1234
1234
  import { ConfigProvider as ConfigProvider5, DatePicker } from "antd";
1235
1235
  import th from "antd/es/date-picker/locale/th_TH";
1236
- import thTH from "antd/locale/th_TH";
1237
1236
  import { th as thFns } from "date-fns/locale";
1238
1237
  import { format } from "date-fns";
1239
1238
  import { jsx as jsx23, jsxs as jsxs19 } from "react/jsx-runtime";
@@ -1268,7 +1267,6 @@ function DatePickerBasic({
1268
1267
  return /* @__PURE__ */ jsx23(
1269
1268
  ConfigProvider5,
1270
1269
  {
1271
- locale: thTH,
1272
1270
  theme: {
1273
1271
  token: {
1274
1272
  fontFamily: "Kanit",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esic-lab/data-core-ui",
3
- "version": "0.0.39",
3
+ "version": "0.0.40",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",