trepur_components 1.0.24 → 1.0.25

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.
@@ -36,7 +36,7 @@
36
36
  .image {
37
37
  height: 100%;
38
38
  width: 100%;
39
- object-fit: fill;
39
+ object-fit: cover;
40
40
  }
41
41
 
42
42
  @media (min-width: 768px) {
@@ -50,6 +50,7 @@
50
50
  display: flex;
51
51
  height: 100%;
52
52
  align-items: center;
53
+ justify-content: center;
53
54
  padding: 2rem;
54
55
  text-align: center;
55
56
  }
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../src/lib/components/ImageInfo/style.module.css"],"names":[],"mappings":"AACI;;IAAA;QAAA;IAAc;;IAId;QAAA;IAAkB;;IAIlB;QAAA;IAA0B;AARZ;;AAYd;IAAA,aAA4B;IAA5B;AAA4B;;AAI5B;;IAAA;QAAA;IAAe;AAAA;;AAGnB;IACI,aAAa;AACjB;;AAEA;IACI,aAAa;AACjB;;AAGI;IAAA,YAAgC;IAAhC,WAAgC;IAAhC;AAAgC;;AAIhC;;IAAA;QAAA;IAAe;AAAA;;AAIf;IAAA,aAA+C;IAA/C,YAA+C;IAA/C,mBAA+C;IAA/C,aAA+C;IAA/C;AAA+C;;AAI/C;IAAA,eAAyB;IAAzB;AAAyB;;AAIzB;IAAA,eAAyB;IAAzB;AAAyB","file":"style.module.css","sourcesContent":[".wrapperClasses {\n @apply md:flex;\n}\n\n.wrapper {\n @apply md:flex-row;\n}\n\n.reverseWrapper {\n @apply md:flex-row-reverse;\n}\n\n.reverseMobileWrapper {\n @apply flex flex-col-reverse;\n}\n\n.imageWrapper {\n @apply md:w-1/2;\n}\n\n.smallImageWrapper {\n height: 100vw;\n}\n\n.smallImageHeight {\n height: 100vw;\n}\n\n.image {\n @apply w-full h-full object-fill;\n}\n\n.contentWrapper {\n @apply md:w-1/2;\n}\n\n.content {\n @apply h-full flex items-center text-center p-8;\n}\n\n.title {\n @apply text-lg font-light;\n}\n\n.text {\n @apply text-xs font-light;\n}"]}
1
+ {"version":3,"sources":["../../../../../src/lib/components/ImageInfo/style.module.css"],"names":[],"mappings":"AACI;;IAAA;QAAA;IAAc;;IAId;QAAA;IAAkB;;IAIlB;QAAA;IAA0B;AARZ;;AAYd;IAAA,aAA4B;IAA5B;AAA4B;;AAI5B;;IAAA;QAAA;IAAe;AAAA;;AAGnB;IACI,aAAa;AACjB;;AAEA;IACI,aAAa;AACjB;;AAGI;IAAA,YAAiC;IAAjC,WAAiC;IAAjC;AAAiC;;AAIjC;;IAAA;QAAA;IAAe;AAAA;;AAIf;IAAA,aAA8D;IAA9D,YAA8D;IAA9D,mBAA8D;IAA9D,uBAA8D;IAA9D,aAA8D;IAA9D;AAA8D;;AAI9D;IAAA,eAAyB;IAAzB;AAAyB;;AAIzB;IAAA,eAAyB;IAAzB;AAAyB","file":"style.module.css","sourcesContent":[".wrapperClasses {\n @apply md:flex;\n}\n\n.wrapper {\n @apply md:flex-row;\n}\n\n.reverseWrapper {\n @apply md:flex-row-reverse;\n}\n\n.reverseMobileWrapper {\n @apply flex flex-col-reverse;\n}\n\n.imageWrapper {\n @apply md:w-1/2;\n}\n\n.smallImageWrapper {\n height: 100vw;\n}\n\n.smallImageHeight {\n height: 100vw;\n}\n\n.image {\n @apply w-full h-full object-cover;\n}\n\n.contentWrapper {\n @apply md:w-1/2;\n}\n\n.content {\n @apply h-full flex items-center text-center p-8 justify-center;\n}\n\n.title {\n @apply text-lg font-light;\n}\n\n.text {\n @apply text-xs font-light;\n}"]}
@@ -1,6 +1,60 @@
1
1
  .classList {
2
2
 
3
- display: flex
3
+ display: flex;
4
+
5
+ --tw-scale-x: 1;
6
+
7
+ --tw-scale-y: 1;
8
+
9
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
10
+
11
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
12
+
13
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
14
+
15
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
16
+
17
+ transition-duration: 300ms;
18
+
19
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
20
+ }
21
+
22
+ .classList:hover .iconClassList {
23
+
24
+ --tw-scale-x: 1.1;
25
+
26
+ --tw-scale-y: 1.1;
27
+
28
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
29
+
30
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
31
+
32
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
33
+
34
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
35
+
36
+ transition-duration: 300ms;
37
+
38
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
39
+ }
40
+
41
+ .classList:hover .textClassList {
42
+
43
+ --tw-scale-x: 1.1;
44
+
45
+ --tw-scale-y: 1.1;
46
+
47
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
48
+
49
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
50
+
51
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
52
+
53
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
54
+
55
+ transition-duration: 300ms;
56
+
57
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
4
58
  }
5
59
 
6
60
  .iconClassList {
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../src/lib/components/InformationIcon/style.module.css"],"names":[],"mappings":"AACI;;IAAA;AAAW;;AAIX;;IAAA,aAA+B;;IAA/B,YAA+B;;IAA/B,mBAA+B;;IAC/B,gBAAgC;;IAAhC,mBAAgC;;IAAhC,iBAAgC;;IAAhC,oBAAgC;;IAAhC;AAD+B;;AAC/B;;IAAA;;QAAA;IAAgC;AAAA;;AAIhC;;IAAA,kBAAwB;;IAAxB,mBAAwB;;IAAxB,iBAAwB;;IAAxB;AAAwB;;AAAxB;;IAAA;;QAAA,kBAAwB;;QAAxB;IAAwB;AAAA;;AAIxB;;IAAA,kBAA4B;;IAA5B,sDAA4B;;IAA5B,oBAA4B;;IAA5B;AAA4B;;AAI5B;;IAAA,kBAA8B;;IAA9B,uDAA8B;;IAA9B,oBAA8B;;IAA9B;AAA8B;;AAI9B;;IAAA,kBAA0B;;IAA1B,yDAA0B;;IAA1B,oBAA0B;;IAA1B;AAA0B;;AAI1B;;IAAA,kBAAkC;;IAAlC,yDAAkC;;IAAlC,oBAAkC;;IAAlC;AAAkC;;AAIlC;;IAAA,kBAA0B;;IAA1B,mDAA0B;;IAA1B,oBAA0B;;IAA1B;AAA0B","file":"style.module.css","sourcesContent":[".classList {\n @apply flex;\n}\n\n.iconClassList {\n @apply flex h-full items-center;\n @apply my-auto pl-4 md:pl-8 py-8;\n}\n\n.textClassList {\n @apply px-4 md:px-8 py-8;\n}\n\n.primary {\n @apply bg-primary text-white;\n}\n\n.secondary {\n @apply bg-secondary text-white;\n}\n\n.white {\n @apply bg-white text-black;\n}\n\n.grey {\n @apply bg-lightest-grey text-black;\n}\n\n.black {\n @apply bg-black text-white;\n}"]}
1
+ {"version":3,"sources":["../../../../../src/lib/components/InformationIcon/style.module.css"],"names":[],"mappings":"AACI;;IAAA,aAAW;;IACX,eAAoD;;IAApD,eAAoD;;IAApD,+LAAoD;;IAApD,gKAAoD;;IAApD,wJAAoD;;IAApD,iLAAoD;;IAApD,0BAAoD;;IAApD;AADW;;AAKX;;IAAA,iBAAoD;;IAApD,iBAAoD;;IAApD,+LAAoD;;IAApD,gKAAoD;;IAApD,wJAAoD;;IAApD,iLAAoD;;IAApD,0BAAoD;;IAApD;AAAoD;;AAIpD;;IAAA,iBAAoD;;IAApD,iBAAoD;;IAApD,+LAAoD;;IAApD,gKAAoD;;IAApD,wJAAoD;;IAApD,iLAAoD;;IAApD,0BAAoD;;IAApD;AAAoD;;AAIpD;;IAAA,aAA+B;;IAA/B,YAA+B;;IAA/B,mBAA+B;;IAC/B,gBAAgC;;IAAhC,mBAAgC;;IAAhC,iBAAgC;;IAAhC,oBAAgC;;IAAhC;AAD+B;;AAC/B;;IAAA;;QAAA;IAAgC;AAAA;;AAIhC;;IAAA,kBAAwB;;IAAxB,mBAAwB;;IAAxB,iBAAwB;;IAAxB;AAAwB;;AAAxB;;IAAA;;QAAA,kBAAwB;;QAAxB;IAAwB;AAAA;;AAIxB;;IAAA,kBAA4B;;IAA5B,sDAA4B;;IAA5B,oBAA4B;;IAA5B;AAA4B;;AAI5B;;IAAA,kBAA8B;;IAA9B,uDAA8B;;IAA9B,oBAA8B;;IAA9B;AAA8B;;AAI9B;;IAAA,kBAA0B;;IAA1B,yDAA0B;;IAA1B,oBAA0B;;IAA1B;AAA0B;;AAI1B;;IAAA,kBAAkC;;IAAlC,yDAAkC;;IAAlC,oBAAkC;;IAAlC;AAAkC;;AAIlC;;IAAA,kBAA0B;;IAA1B,mDAA0B;;IAA1B,oBAA0B;;IAA1B;AAA0B","file":"style.module.css","sourcesContent":[".classList {\n @apply flex;\n @apply transition ease-in-out scale-100 duration-300;\n}\n\n.classList:hover .iconClassList {\n @apply transition ease-in-out scale-110 duration-300;\n}\n\n.classList:hover .textClassList {\n @apply transition ease-in-out scale-110 duration-300;\n}\n\n.iconClassList {\n @apply flex h-full items-center;\n @apply my-auto pl-4 md:pl-8 py-8;\n}\n\n.textClassList {\n @apply px-4 md:px-8 py-8;\n}\n\n.primary {\n @apply bg-primary text-white;\n}\n\n.secondary {\n @apply bg-secondary text-white;\n}\n\n.white {\n @apply bg-white text-black;\n}\n\n.grey {\n @apply bg-lightest-grey text-black;\n}\n\n.black {\n @apply bg-black text-white;\n}"]}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "trepur_components",
3
3
  "description": "component lib",
4
4
  "author": "trepur_ttenneb",
5
- "version": "1.0.24",
5
+ "version": "1.0.25",
6
6
  "private": false,
7
7
  "keywords": [
8
8
  "react",