@xaypay/tui 0.2.12 → 0.2.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xaypay/tui",
3
- "version": "0.2.12",
3
+ "version": "0.2.14",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
package/tui.config.js CHANGED
@@ -1,3 +1,4 @@
1
+ import { background } from '@storybook/theming';
1
2
  import React from 'react'
2
3
 
3
4
  const boxSizing = 'border-box';
@@ -97,6 +98,7 @@ export default {
97
98
  font: {...fontObject},
98
99
 
99
100
  label: {
101
+ dots: false,
100
102
  color: presetColors.dark,
101
103
  display: 'block',
102
104
  lineHeight: '22px',
@@ -767,7 +769,19 @@ export default {
767
769
  openList: {
768
770
  color: '#A3A5A9',
769
771
  font: {...fontObject}
770
- }
772
+ },
773
+
774
+ order: {
775
+ color: '#000',
776
+ font: {...fontObject}
777
+ },
778
+
779
+ draggable: {
780
+ boxShadow: '1px 1px 9px black',
781
+ color: {
782
+ background: 'white'
783
+ }
784
+ }
771
785
  },
772
786
  // default properties for <Pagination /> component
773
787
  PAGINATION: {