frst-components 0.20.21 → 0.20.22

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.js CHANGED
@@ -1233,8 +1233,7 @@ const containerTitleDesafio = styled__default["default"].div `
1233
1233
  const TitleDesafiosWhite = styled__default["default"].div `
1234
1234
  width: 240px;
1235
1235
  height: 24px;
1236
- background: #ffffff;
1237
- border: 1px solid #d1d5db;
1236
+ background: rgba(255, 255, 255, 0.8);
1238
1237
  border-radius: 30px;
1239
1238
  font-family: 'Work Sans';
1240
1239
  font-style: normal;
@@ -1244,7 +1243,7 @@ const TitleDesafiosWhite = styled__default["default"].div `
1244
1243
  display: flex;
1245
1244
  align-items: center;
1246
1245
  text-align: center;
1247
- color: #d14211;
1246
+ color: #1b191a;
1248
1247
  display: flex;
1249
1248
  justify-content: center;
1250
1249
  position: relative;
@@ -1256,7 +1255,6 @@ const TitleDesafiosGrey = styled__default["default"].div `
1256
1255
  width: 240px;
1257
1256
  height: 24px;
1258
1257
  background: rgba(255, 255, 255, 0.4);
1259
- border: 1px solid #d1d5db;
1260
1258
  border-radius: 30px;
1261
1259
  font-family: 'Work Sans';
1262
1260
  font-style: normal;
@@ -1266,7 +1264,7 @@ const TitleDesafiosGrey = styled__default["default"].div `
1266
1264
  display: flex;
1267
1265
  align-items: center;
1268
1266
  text-align: center;
1269
- color: #d14211;
1267
+ color: #ffffff;
1270
1268
  display: flex;
1271
1269
  justify-content: center;
1272
1270
  position: relative;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/IJ/learningCycleCard/components/menu/index.tsx"],"names":[],"mappings":";AAUA,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,EAAE,EAAE,EAAE,WAAW,EAAE;;;CAAA,eAiFnD"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/IJ/learningCycleCard/components/menu/index.tsx"],"names":[],"mappings":";AAUA,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,EAAE,EAAE,EAAE,WAAW,EAAE;;;CAAA,eAiFnD"}
@@ -1 +1 @@
1
- {"version":3,"file":"menuStyle.d.ts","sourceRoot":"","sources":["../../../../../../src/components/IJ/learningCycleCard/components/menu/menuStyle.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,YAAY,oEAuBxB,CAAA"}
1
+ {"version":3,"file":"menuStyle.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/IJ/learningCycleCard/components/menu/menuStyle.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,YAAY,oEAuBxB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"quantidadeDesafios.d.ts","sourceRoot":"","sources":["../../../../src/components/quantidadeDesafios/quantidadeDesafios.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,iBAAiB,oEAI7B,CAAA;AACD,eAAO,MAAM,oBAAoB,oEAWhC,CAAA;AAED,eAAO,MAAM,WAAW,oEAQvB,CAAA;AAED,eAAO,MAAM,iBAAiB,oEAuC7B,CAAA;AAED,eAAO,MAAM,qBAAqB,oEAMjC,CAAA;AAED,eAAO,MAAM,kBAAkB,oEAqB9B,CAAA;AACD,eAAO,MAAM,iBAAiB,oEAkB7B,CAAA"}
1
+ {"version":3,"file":"quantidadeDesafios.d.ts","sourceRoot":"","sources":["../../../../src/components/quantidadeDesafios/quantidadeDesafios.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,iBAAiB,oEAI7B,CAAA;AACD,eAAO,MAAM,oBAAoB,oEAWhC,CAAA;AAED,eAAO,MAAM,WAAW,oEAQvB,CAAA;AAED,eAAO,MAAM,iBAAiB,oEAuC7B,CAAA;AAED,eAAO,MAAM,qBAAqB,oEAMjC,CAAA;AAED,eAAO,MAAM,kBAAkB,oEAoB9B,CAAA;AACD,eAAO,MAAM,iBAAiB,oEAiB7B,CAAA"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "frst-components",
3
3
  "homepage": "http://FRST-Falconi.github.io/storybook.frstfalconi.com",
4
- "version": "0.20.21",
4
+ "version": "0.20.22",
5
5
  "private": false,
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",