@versini/ui-table 1.4.0 → 1.4.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.
Files changed (2) hide show
  1. package/dist/index.js +11 -11
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -2,13 +2,13 @@ import i from "clsx";
2
2
  import { jsx as s, jsxs as v, Fragment as A } from "react/jsx-runtime";
3
3
  import N, { useContext as k } from "react";
4
4
  /*!
5
- @versini/ui-table v1.4.0
5
+ @versini/ui-table v1.4.1
6
6
  © 2024 gizmette.com
7
7
  */
8
8
  try {
9
9
  window.__VERSINI_UI_TABLE__ || (window.__VERSINI_UI_TABLE__ = {
10
- version: "1.4.0",
11
- buildTime: "12/25/2024 12:30 PM EST",
10
+ version: "1.4.1",
11
+ buildTime: "12/25/2024 03:29 PM EST",
12
12
  homepage: "https://github.com/aversini/ui-components",
13
13
  license: "MIT"
14
14
  });
@@ -21,7 +21,7 @@ try {
21
21
  try {
22
22
  window.__VERSINI_UI_SPACING__ || (window.__VERSINI_UI_SPACING__ = {
23
23
  version: "1.0.0",
24
- buildTime: "12/25/2024 12:30 PM EST",
24
+ buildTime: "12/25/2024 03:29 PM EST",
25
25
  homepage: "https://github.com/aversini/ui-components",
26
26
  license: "MIT"
27
27
  });
@@ -133,7 +133,7 @@ const $ = (e) => {
133
133
  try {
134
134
  window.__VERSINI_UI_SPACING__ || (window.__VERSINI_UI_SPACING__ = {
135
135
  version: "1.0.0",
136
- buildTime: "12/25/2024 12:30 PM EST",
136
+ buildTime: "12/25/2024 03:29 PM EST",
137
137
  homepage: "https://github.com/aversini/ui-components",
138
138
  license: "MIT"
139
139
  });
@@ -352,13 +352,13 @@ const F = (e) => {
352
352
  });
353
353
  E.displayName = "BaseButton";
354
354
  /*!
355
- @versini/ui-button v1.4.0
355
+ @versini/ui-button v1.5.0
356
356
  © 2024 gizmette.com
357
357
  */
358
358
  try {
359
359
  window.__VERSINI_UI_BUTTON__ || (window.__VERSINI_UI_BUTTON__ = {
360
- version: "1.4.0",
361
- buildTime: "12/25/2024 12:30 PM EST",
360
+ version: "1.5.0",
361
+ buildTime: "12/25/2024 03:29 PM EST",
362
362
  homepage: "https://github.com/aversini/ui-components",
363
363
  license: "MIT"
364
364
  });
@@ -449,7 +449,7 @@ B.displayName = "ButtonSort";
449
449
  try {
450
450
  window.__VERSINI_UI_SPACING__ || (window.__VERSINI_UI_SPACING__ = {
451
451
  version: "1.0.0",
452
- buildTime: "12/25/2024 12:30 PM EST",
452
+ buildTime: "12/25/2024 03:29 PM EST",
453
453
  homepage: "https://github.com/aversini/ui-components",
454
454
  license: "MIT"
455
455
  });
@@ -505,7 +505,7 @@ const re = (e) => {
505
505
  try {
506
506
  window.__VERSINI_UI_SVGICON__ || (window.__VERSINI_UI_SVGICON__ = {
507
507
  version: "1.0.0",
508
- buildTime: "12/25/2024 12:30 PM EST",
508
+ buildTime: "12/25/2024 03:29 PM EST",
509
509
  homepage: "https://github.com/aversini/ui-components",
510
510
  license: "MIT"
511
511
  });
@@ -603,7 +603,7 @@ const oe = ({
603
603
  try {
604
604
  window.__VERSINI_UI_ICONS__ || (window.__VERSINI_UI_ICONS__ = {
605
605
  version: "1.18.0",
606
- buildTime: "12/25/2024 12:30 PM EST",
606
+ buildTime: "12/25/2024 03:29 PM EST",
607
607
  homepage: "https://github.com/aversini/ui-components",
608
608
  license: "MIT"
609
609
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@versini/ui-table",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "license": "MIT",
5
5
  "author": "Arno Versini",
6
6
  "publishConfig": {
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@tailwindcss/typography": "0.5.15",
42
- "@versini/ui-button": "1.4.0",
42
+ "@versini/ui-button": "1.5.0",
43
43
  "@versini/ui-icons": "1.18.0",
44
44
  "@versini/ui-spacing": "1.0.0",
45
45
  "@versini/ui-spacing-types": "1.0.0",
@@ -49,5 +49,5 @@
49
49
  "sideEffects": [
50
50
  "**/*.css"
51
51
  ],
52
- "gitHead": "51f74738512b2962734cd6087ded58d17ef0f8d4"
52
+ "gitHead": "71a571acd6f461c8005c0efab801d8b2fe6bff76"
53
53
  }