x-ui-design 1.0.6 → 1.0.7

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.
@@ -632,6 +632,8 @@ const Select = ({
632
632
  }
633
633
  }, [maxTagCount, container, tags, overflowCount]);
634
634
 
635
+ console.info(1111, 'test from master')
636
+
635
637
  return (
636
638
  <div
637
639
  id={id}
@@ -676,7 +678,7 @@ const Select = ({
676
678
  <>
677
679
  {tagsToDisplay.map((tag, index) =>
678
680
  tagRender ? (
679
- <div key={`${index}_${tag}`} data-testid={tag}>
681
+ <div key={`${index}_${tag}`} data-testid={tag} className={`${prefixCls}_${prefixClsV3}`}>
680
682
  {tagRender?.({
681
683
  label:
682
684
  (() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "x-ui-design",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "license": "ISC",
5
5
  "author": "Gabriel Boyajyan",
6
6
  "main": "dist/index.js",