@ballistix.digital/react-components 0.4.42 → 0.4.43

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.esm.js CHANGED
@@ -17087,9 +17087,9 @@ var base$6 = {
17087
17087
  container: 'flex flex-col',
17088
17088
  wrapper: '-my-2 -mx-4 sm:-mx-6 lg:-mx-8',
17089
17089
  content: '',
17090
- styleWrapper: '',
17090
+ styleWrapper: 'overflow-scroll w-screen md:w-auto md:overflow-auto',
17091
17091
  table: {
17092
- container: 'min-w-full divide-y divide-gray-300',
17092
+ container: 'min-w-full divide-y divide-gray-300 ',
17093
17093
  head: {
17094
17094
  container: '',
17095
17095
  row: '',
package/dist/index.js CHANGED
@@ -17097,9 +17097,9 @@ var base$6 = {
17097
17097
  container: 'flex flex-col',
17098
17098
  wrapper: '-my-2 -mx-4 sm:-mx-6 lg:-mx-8',
17099
17099
  content: '',
17100
- styleWrapper: '',
17100
+ styleWrapper: 'overflow-scroll w-screen md:w-auto md:overflow-auto',
17101
17101
  table: {
17102
- container: 'min-w-full divide-y divide-gray-300',
17102
+ container: 'min-w-full divide-y divide-gray-300 ',
17103
17103
  head: {
17104
17104
  container: '',
17105
17105
  row: '',
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "email": "info@ballistix.digital",
8
8
  "url": "https://ballistix.digital"
9
9
  },
10
- "version": "0.4.42",
10
+ "version": "0.4.43",
11
11
  "private": false,
12
12
  "main": "dist/index.js",
13
13
  "module": "dist/index.esm.js",