prosperita-dumbo-react 1.2.88 → 1.2.89

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.
@@ -6193,7 +6193,6 @@ padding: ${({ size: e = "medium", kind: t, paddingDrop: n }) => t === "default"
6193
6193
  cursor: pointer;
6194
6194
  position: relative;
6195
6195
  box-sizing: border-box;
6196
- font-family: IBM Plex Sans;
6197
6196
  color: ${g.textPrimary};
6198
6197
  background-color: ${g.layer01};
6199
6198
  border-radius: ${({ noRadius: e }) => e ? "0px" : "5px"};
@@ -6208,11 +6207,10 @@ padding: ${({ size: e = "medium", kind: t, paddingDrop: n }) => t === "default"
6208
6207
  &::placeholder {
6209
6208
  color: ${g.textPrimary};
6210
6209
  overflow: hidden;
6211
- text-overflow: ellipsis;
6212
6210
  white-space: normal;
6213
6211
  font-size: 14px;
6214
6212
  font-style: normal;
6215
- font-weight:${({ paddingDrop: e }) => e ? "normal" : 300};
6213
+ font-weight: 300 !important;
6216
6214
  line-height: 18px;
6217
6215
  letter-spacing: 0.16px;
6218
6216
 
@@ -1370,7 +1370,6 @@ padding: ${({size:e="medium",kind:t,paddingDrop:n})=>t==="default"?Fb[e]:t==="fl
1370
1370
  cursor: pointer;
1371
1371
  position: relative;
1372
1372
  box-sizing: border-box;
1373
- font-family: IBM Plex Sans;
1374
1373
  color: ${g.textPrimary};
1375
1374
  background-color: ${g.layer01};
1376
1375
  border-radius: ${({noRadius:e})=>e?"0px":"5px"};
@@ -1385,11 +1384,10 @@ padding: ${({size:e="medium",kind:t,paddingDrop:n})=>t==="default"?Fb[e]:t==="fl
1385
1384
  &::placeholder {
1386
1385
  color: ${g.textPrimary};
1387
1386
  overflow: hidden;
1388
- text-overflow: ellipsis;
1389
1387
  white-space: normal;
1390
1388
  font-size: 14px;
1391
1389
  font-style: normal;
1392
- font-weight:${({paddingDrop:e})=>e?"normal":300};
1390
+ font-weight: 300 !important;
1393
1391
  line-height: 18px;
1394
1392
  letter-spacing: 0.16px;
1395
1393
 
@@ -1 +1 @@
1
- {"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../src/Components/Dropdown/style.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AACxC,OAAO,2BAA2B,CAAC;AASnC,eAAO,MAAM,SAAS,kPA4BrB,CAAC;AAEF,eAAO,MAAM,cAAc,2PAmD1B,CAAA;AAED,eAAO,MAAM,WAAW,kPAgBvB,CAAC;AAEF,eAAO,MAAM,gBAAgB,2PAK5B,CAAC;AAEF,eAAO,MAAM,SAAS,oPAIrB,CAAC;AAEF,eAAO,MAAM,aAAa,oPAQzB,CAAC;AAEF,eAAO,MAAM,eAAe,yPAO3B,CAAC;AAEF,eAAO,MAAM,UAAU,kPAuBtB,CAAC;AAEF,eAAO,MAAM,KAAK,8PAqBjB,CAAC;AAEF,eAAO,MAAM,QAAQ,8PA0BpB,CAAC"}
1
+ {"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../src/Components/Dropdown/style.tsx"],"names":[],"mappings":";AAEA,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AACxC,OAAO,2BAA2B,CAAC;AASnC,eAAO,MAAM,SAAS,kPA4BrB,CAAC;AAEF,eAAO,MAAM,cAAc,2PAiD1B,CAAA;AAED,eAAO,MAAM,WAAW,kPAgBvB,CAAC;AAEF,eAAO,MAAM,gBAAgB,2PAK5B,CAAC;AAEF,eAAO,MAAM,SAAS,oPAIrB,CAAC;AAEF,eAAO,MAAM,aAAa,oPAQzB,CAAC;AAEF,eAAO,MAAM,eAAe,yPAO3B,CAAC;AAEF,eAAO,MAAM,UAAU,kPAuBtB,CAAC;AAEF,eAAO,MAAM,KAAK,8PAqBjB,CAAC;AAEF,eAAO,MAAM,QAAQ,8PA0BpB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "prosperita-dumbo-react",
3
- "version": "1.2.88",
3
+ "version": "1.2.89",
4
4
  "main": "dist/prosperita-dumbo-react.umd.js",
5
5
  "module": "dist/prosperita-dumbo-react.es.js",
6
6
  "types": "dist/types/index.d.ts",