code7-leia 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.
package/dist/index.cjs.js CHANGED
@@ -619,14 +619,17 @@ Hints:
619
619
  `,lr=({icon:e,title:t,description:n,activeButton:r,iconButton:i,descriptionButton:a,widthButton:o,button:s,backgroundIcon:c,backgroundColor:u,hasborder:l,...p})=>x.jsx(hf,{backgroundicon:c,backgroundcolor:u,hasborder:l,...p,children:x.jsxs("div",{className:"content",children:[x.jsx("div",{className:"icon",children:e}),x.jsxs("div",{className:"description",children:[x.jsxs("h5",{children:[" ",t]}),x.jsx("p",{children:n}),r?x.jsxs("button",{children:[i," ",a]}):null,s]})]})});lr.propTypes={icon:N.oneOfType([N.string,N.element]),title:N.string,description:N.string,activeButton:N.bool,iconButton:N.element,descriptionButton:N.string,widthButton:N.string,button:N.element,backgroundIcon:N.string,backgroundColor:N.string,hasborder:N.bool};lr.defaultProps={icon:"",title:"",description:"",activeButton:!1,descriptionButton:"",widthButton:"140px",backgroundIcon:"var(--neutral-0)",backgroundColor:"var(--absolute-white)",hasborder:!0};const gf=ee.div`
620
620
  width: 100%;
621
621
  height: 45px;
622
+
622
623
  `,xf=ee.div`
623
624
  position: relative;
624
625
 
626
+
625
627
  select {
626
628
  width: 100%;
627
629
  font-weight: bold;
628
630
  height: 45px;
629
631
  border-radius: 4px;
632
+ padding-left: 10px;
630
633
  }
631
634
  `,yf=ee.div`
632
635
  position: absolute;
@@ -635,7 +638,10 @@ Hints:
635
638
  top: 0;
636
639
  bottom: 0;
637
640
  display: flex;
641
+ color: white;
642
+ padding-left: 10px;
638
643
 
644
+
639
645
  input {
640
646
  height: 43px;
641
647
  width: calc(100% - 30px);
@@ -646,7 +652,9 @@ Hints:
646
652
  outline: none;
647
653
  box-shadow: 0 0 0 3px #6690ff;
648
654
  }
655
+
649
656
  }
657
+
650
658
  `,bf=ee.div`
651
659
  display: none;
652
660
  background: white;
package/dist/index.es.js CHANGED
@@ -7485,14 +7485,17 @@ xr.defaultProps = {
7485
7485
  const Df = ee.div`
7486
7486
  width: 100%;
7487
7487
  height: 45px;
7488
+
7488
7489
  `, If = ee.div`
7489
7490
  position: relative;
7490
7491
 
7492
+
7491
7493
  select {
7492
7494
  width: 100%;
7493
7495
  font-weight: bold;
7494
7496
  height: 45px;
7495
7497
  border-radius: 4px;
7498
+ padding-left: 10px;
7496
7499
  }
7497
7500
  `, Ff = ee.div`
7498
7501
  position: absolute;
@@ -7501,7 +7504,10 @@ const Df = ee.div`
7501
7504
  top: 0;
7502
7505
  bottom: 0;
7503
7506
  display: flex;
7507
+ color: white;
7508
+ padding-left: 10px;
7504
7509
 
7510
+
7505
7511
  input {
7506
7512
  height: 43px;
7507
7513
  width: calc(100% - 30px);
@@ -7512,7 +7518,9 @@ const Df = ee.div`
7512
7518
  outline: none;
7513
7519
  box-shadow: 0 0 0 3px #6690ff;
7514
7520
  }
7521
+
7515
7522
  }
7523
+
7516
7524
  `, Lf = ee.div`
7517
7525
  display: none;
7518
7526
  background: white;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "code7-leia",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "author": "Yan Guilherme",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.cjs.js",
@@ -18,7 +18,7 @@
18
18
  "scripts": {
19
19
  "dev": "vite",
20
20
  "build": "vite build",
21
- "deploy": "npm version patch && npm publish"
21
+ "deploy": "npm run build && npm version patch && npm publish"
22
22
  },
23
23
  "dependencies": {
24
24
  "axios": "^1.6.7",