@proprioo/salatim 30.4.1 → 30.4.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  ## Changelog
2
2
 
3
+ **30.4.2**
4
+
5
+ * Fix(AgentCard): improve after rebranding
6
+ * Fix(DatePicker): improve layout
7
+
3
8
  **30.4.1**
4
9
 
5
10
  * Fix(Energy): includes values for some letters
@@ -11,6 +11,10 @@ exports.DatePickerLayout = styled_components_1.default.div `
11
11
  top: ${(0, utils_1.convertPxToRem)(56)};
12
12
  z-index: 0;
13
13
 
14
+ .DayPicker_weekHeader {
15
+ top: 58px;
16
+ }
17
+
14
18
  .CalendarDay__default {
15
19
  color: ${utils_1.colors.dark.base};
16
20
  border-color: ${utils_1.colors.dark.base20};
@@ -1 +1 @@
1
- {"version":3,"file":"DatePicker.styles.js","sourceRoot":"","sources":["../../../../packages/date/src/datePicker/DatePicker.styles.ts"],"names":[],"mappings":";;;;;;AAAA,0EAAuC;AAEvC,0CAAwD;AAE3C,QAAA,gBAAgB,GAAG,2BAAM,CAAC,GAAG,CAAA;;SAEjC,IAAA,sBAAc,EAAC,EAAE,CAAC;;;;aAId,cAAM,CAAC,IAAI,CAAC,IAAI;oBACT,cAAM,CAAC,IAAI,CAAC,MAAM;;;;;;aAMzB,cAAM,CAAC,IAAI,CAAC,MAAM;;;;;;kBAMb,cAAM,CAAC,KAAK,CAAC,IAAI;oBACf,cAAM,CAAC,KAAK,CAAC,IAAI;;CAEpC,CAAC"}
1
+ {"version":3,"file":"DatePicker.styles.js","sourceRoot":"","sources":["../../../../packages/date/src/datePicker/DatePicker.styles.ts"],"names":[],"mappings":";;;;;;AAAA,0EAAuC;AAEvC,0CAAwD;AAE3C,QAAA,gBAAgB,GAAG,2BAAM,CAAC,GAAG,CAAA;;SAEjC,IAAA,sBAAc,EAAC,EAAE,CAAC;;;;;;;;aAQd,cAAM,CAAC,IAAI,CAAC,IAAI;oBACT,cAAM,CAAC,IAAI,CAAC,MAAM;;;;;;aAMzB,cAAM,CAAC,IAAI,CAAC,MAAM;;;;;;kBAMb,cAAM,CAAC,KAAK,CAAC,IAAI;oBACf,cAAM,CAAC,KAAK,CAAC,IAAI;;CAEpC,CAAC"}
package/lib/index.js CHANGED
@@ -411,6 +411,10 @@ object-assign
411
411
  top: ${w(56)};
412
412
  z-index: 0;
413
413
 
414
+ .DayPicker_weekHeader {
415
+ top: 58px;
416
+ }
417
+
414
418
  .CalendarDay__default {
415
419
  color: ${x.dark.base};
416
420
  border-color: ${x.dark.base20};
@@ -933,20 +937,17 @@ object-assign
933
937
  font-weight: 300;
934
938
  font-style: italic;
935
939
  `,d_=p.default.div`
940
+ ${_};
936
941
  position: absolute;
937
942
  display: flex;
938
943
  align-items: center;
939
944
  bottom: ${w(24)};
940
- left: ${w(18)};
945
+ left: ${w(16)};
941
946
  background: white;
942
947
  padding: ${w(8)} ${w(12)};
943
948
  border-radius: ${L.bigger};
944
949
  color: ${x.dark.base};
945
- font-size: ${w(9)};
946
- font-weight: 500;
947
- line-height: ${w(9)};
948
- letter-spacing: 0.02;
949
- ${_};
950
+ font-size: ${k.smallest};
950
951
 
951
952
  @media (min-width: ${b.xsmall}px) {
952
953
  left: ${w(32)};
@@ -955,7 +956,7 @@ object-assign
955
956
  > img {
956
957
  height: ${w(16)};
957
958
  width: ${w(16)};
958
- margin-right: ${w(8)};
959
+ margin-right: ${w(4)};
959
960
  }
960
961
  `,f_=p.default.div`
961
962
  display: flex;