@sk-web-gui/core 3.16.0 → 3.16.1

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.
@@ -16,9 +16,9 @@ const Footer = ()=>({
16
16
  '@apply py-24 lg:py-40 px-20 lg:px-80': {},
17
17
  '@apply text-dark-secondary': {},
18
18
  '&-logo-wrapper': {
19
- '@apply mr-80 mb-40 self-start flex-none w-max': {},
19
+ '@apply mr-80 mb-40 justify-start': {},
20
20
  '.sk-logo': {
21
- '@apply max-h-56 h-56 lg:max-h-72 lg:h-72': {}
21
+ '@apply w-[12.3rem] max-w-[12.3rem] max-h-56 h-56 lg:max-w-[15.3rem] lg:w-[15.3rem] lg:max-h-72 lg:h-72': {}
22
22
  }
23
23
  },
24
24
  '&-content': {
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/footer.ts"],"sourcesContent":["export const Footer = () => ({\r\n '.sk-footer': {\r\n '@apply bg-background-content': {},\r\n '@apply flex justify-center': {},\r\n '@apply w-full': {},\r\n '@apply py-24 lg:py-40 px-20 lg:px-80': {},\r\n '@apply text-dark-secondary': {},\r\n\r\n '&-logo-wrapper': {\r\n '@apply mr-80 mb-40 self-start flex-none w-max': {},\r\n\r\n '.sk-logo': {\r\n '@apply max-h-56 h-56 lg:max-h-72 lg:h-72': {},\r\n },\r\n },\r\n '&-content': {\r\n '@apply w-fit grow flex flex-col desktop:flex-row desktop:flex-wrap': {},\r\n '@apply w-full max-w-content': {},\r\n },\r\n '&-list': {\r\n '@apply flex grow flex-col gap-16': {},\r\n\r\n '&-wrapper': {\r\n '@apply flex flex-col desktop:flex-row flex-wrap justify-start grow gap-y-36 gap-x-80 desktop:ml-80': {},\r\n },\r\n\r\n '&-item': {\r\n '@apply text-[1.4rem] flex flex-row justify-start items-center gap-8': {},\r\n\r\n label: {\r\n '@apply text-label-medium': {},\r\n },\r\n },\r\n },\r\n },\r\n});\r\n"],"names":["Footer","label"],"mappings":";;;;+BAAaA;;;eAAAA;;;AAAN,MAAMA,SAAS,IAAO,CAAA;QAC3B,cAAc;YACZ,gCAAgC,CAAC;YACjC,8BAA8B,CAAC;YAC/B,iBAAiB,CAAC;YAClB,wCAAwC,CAAC;YACzC,8BAA8B,CAAC;YAE/B,kBAAkB;gBAChB,iDAAiD,CAAC;gBAElD,YAAY;oBACV,4CAA4C,CAAC;gBAC/C;YACF;YACA,aAAa;gBACX,sEAAsE,CAAC;gBACvE,+BAA+B,CAAC;YAClC;YACA,UAAU;gBACR,oCAAoC,CAAC;gBAErC,aAAa;oBACX,sGAAsG,CAAC;gBACzG;gBAEA,UAAU;oBACR,uEAAuE,CAAC;oBAExEC,OAAO;wBACL,4BAA4B,CAAC;oBAC/B;gBACF;YACF;QACF;IACF,CAAA"}
1
+ {"version":3,"sources":["../../../src/components/footer.ts"],"sourcesContent":["export const Footer = () => ({\r\n '.sk-footer': {\r\n '@apply bg-background-content': {},\r\n '@apply flex justify-center': {},\r\n '@apply w-full': {},\r\n '@apply py-24 lg:py-40 px-20 lg:px-80': {},\r\n '@apply text-dark-secondary': {},\r\n\r\n '&-logo-wrapper': {\r\n '@apply mr-80 mb-40 justify-start': {},\r\n\r\n '.sk-logo': {\r\n '@apply w-[12.3rem] max-w-[12.3rem] max-h-56 h-56 lg:max-w-[15.3rem] lg:w-[15.3rem] lg:max-h-72 lg:h-72': {},\r\n },\r\n },\r\n '&-content': {\r\n '@apply w-fit grow flex flex-col desktop:flex-row desktop:flex-wrap': {},\r\n '@apply w-full max-w-content': {},\r\n },\r\n '&-list': {\r\n '@apply flex grow flex-col gap-16': {},\r\n\r\n '&-wrapper': {\r\n '@apply flex flex-col desktop:flex-row flex-wrap justify-start grow gap-y-36 gap-x-80 desktop:ml-80': {},\r\n },\r\n\r\n '&-item': {\r\n '@apply text-[1.4rem] flex flex-row justify-start items-center gap-8': {},\r\n\r\n label: {\r\n '@apply text-label-medium': {},\r\n },\r\n },\r\n },\r\n },\r\n});\r\n"],"names":["Footer","label"],"mappings":";;;;+BAAaA;;;eAAAA;;;AAAN,MAAMA,SAAS,IAAO,CAAA;QAC3B,cAAc;YACZ,gCAAgC,CAAC;YACjC,8BAA8B,CAAC;YAC/B,iBAAiB,CAAC;YAClB,wCAAwC,CAAC;YACzC,8BAA8B,CAAC;YAE/B,kBAAkB;gBAChB,oCAAoC,CAAC;gBAErC,YAAY;oBACV,0GAA0G,CAAC;gBAC7G;YACF;YACA,aAAa;gBACX,sEAAsE,CAAC;gBACvE,+BAA+B,CAAC;YAClC;YACA,UAAU;gBACR,oCAAoC,CAAC;gBAErC,aAAa;oBACX,sGAAsG,CAAC;gBACzG;gBAEA,UAAU;oBACR,uEAAuE,CAAC;oBAExEC,OAAO;wBACL,4BAA4B,CAAC;oBAC/B;gBACF;YACF;QACF;IACF,CAAA"}
@@ -6,9 +6,9 @@ export const Footer = ()=>({
6
6
  '@apply py-24 lg:py-40 px-20 lg:px-80': {},
7
7
  '@apply text-dark-secondary': {},
8
8
  '&-logo-wrapper': {
9
- '@apply mr-80 mb-40 self-start flex-none w-max': {},
9
+ '@apply mr-80 mb-40 justify-start': {},
10
10
  '.sk-logo': {
11
- '@apply max-h-56 h-56 lg:max-h-72 lg:h-72': {}
11
+ '@apply w-[12.3rem] max-w-[12.3rem] max-h-56 h-56 lg:max-w-[15.3rem] lg:w-[15.3rem] lg:max-h-72 lg:h-72': {}
12
12
  }
13
13
  },
14
14
  '&-content': {
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../src/components/footer.ts"],"sourcesContent":["export const Footer = () => ({\r\n '.sk-footer': {\r\n '@apply bg-background-content': {},\r\n '@apply flex justify-center': {},\r\n '@apply w-full': {},\r\n '@apply py-24 lg:py-40 px-20 lg:px-80': {},\r\n '@apply text-dark-secondary': {},\r\n\r\n '&-logo-wrapper': {\r\n '@apply mr-80 mb-40 self-start flex-none w-max': {},\r\n\r\n '.sk-logo': {\r\n '@apply max-h-56 h-56 lg:max-h-72 lg:h-72': {},\r\n },\r\n },\r\n '&-content': {\r\n '@apply w-fit grow flex flex-col desktop:flex-row desktop:flex-wrap': {},\r\n '@apply w-full max-w-content': {},\r\n },\r\n '&-list': {\r\n '@apply flex grow flex-col gap-16': {},\r\n\r\n '&-wrapper': {\r\n '@apply flex flex-col desktop:flex-row flex-wrap justify-start grow gap-y-36 gap-x-80 desktop:ml-80': {},\r\n },\r\n\r\n '&-item': {\r\n '@apply text-[1.4rem] flex flex-row justify-start items-center gap-8': {},\r\n\r\n label: {\r\n '@apply text-label-medium': {},\r\n },\r\n },\r\n },\r\n },\r\n});\r\n"],"names":["Footer","label"],"mappings":"AAAA,OAAO,MAAMA,SAAS,IAAO,CAAA;QAC3B,cAAc;YACZ,gCAAgC,CAAC;YACjC,8BAA8B,CAAC;YAC/B,iBAAiB,CAAC;YAClB,wCAAwC,CAAC;YACzC,8BAA8B,CAAC;YAE/B,kBAAkB;gBAChB,iDAAiD,CAAC;gBAElD,YAAY;oBACV,4CAA4C,CAAC;gBAC/C;YACF;YACA,aAAa;gBACX,sEAAsE,CAAC;gBACvE,+BAA+B,CAAC;YAClC;YACA,UAAU;gBACR,oCAAoC,CAAC;gBAErC,aAAa;oBACX,sGAAsG,CAAC;gBACzG;gBAEA,UAAU;oBACR,uEAAuE,CAAC;oBAExEC,OAAO;wBACL,4BAA4B,CAAC;oBAC/B;gBACF;YACF;QACF;IACF,CAAA,EAAG"}
1
+ {"version":3,"sources":["../../../src/components/footer.ts"],"sourcesContent":["export const Footer = () => ({\r\n '.sk-footer': {\r\n '@apply bg-background-content': {},\r\n '@apply flex justify-center': {},\r\n '@apply w-full': {},\r\n '@apply py-24 lg:py-40 px-20 lg:px-80': {},\r\n '@apply text-dark-secondary': {},\r\n\r\n '&-logo-wrapper': {\r\n '@apply mr-80 mb-40 justify-start': {},\r\n\r\n '.sk-logo': {\r\n '@apply w-[12.3rem] max-w-[12.3rem] max-h-56 h-56 lg:max-w-[15.3rem] lg:w-[15.3rem] lg:max-h-72 lg:h-72': {},\r\n },\r\n },\r\n '&-content': {\r\n '@apply w-fit grow flex flex-col desktop:flex-row desktop:flex-wrap': {},\r\n '@apply w-full max-w-content': {},\r\n },\r\n '&-list': {\r\n '@apply flex grow flex-col gap-16': {},\r\n\r\n '&-wrapper': {\r\n '@apply flex flex-col desktop:flex-row flex-wrap justify-start grow gap-y-36 gap-x-80 desktop:ml-80': {},\r\n },\r\n\r\n '&-item': {\r\n '@apply text-[1.4rem] flex flex-row justify-start items-center gap-8': {},\r\n\r\n label: {\r\n '@apply text-label-medium': {},\r\n },\r\n },\r\n },\r\n },\r\n});\r\n"],"names":["Footer","label"],"mappings":"AAAA,OAAO,MAAMA,SAAS,IAAO,CAAA;QAC3B,cAAc;YACZ,gCAAgC,CAAC;YACjC,8BAA8B,CAAC;YAC/B,iBAAiB,CAAC;YAClB,wCAAwC,CAAC;YACzC,8BAA8B,CAAC;YAE/B,kBAAkB;gBAChB,oCAAoC,CAAC;gBAErC,YAAY;oBACV,0GAA0G,CAAC;gBAC7G;YACF;YACA,aAAa;gBACX,sEAAsE,CAAC;gBACvE,+BAA+B,CAAC;YAClC;YACA,UAAU;gBACR,oCAAoC,CAAC;gBAErC,aAAa;oBACX,sGAAsG,CAAC;gBACzG;gBAEA,UAAU;oBACR,uEAAuE,CAAC;oBAExEC,OAAO;wBACL,4BAA4B,CAAC;oBAC/B;gBACF;YACF;QACF;IACF,CAAA,EAAG"}
@@ -6,9 +6,9 @@ export declare const Footer: () => {
6
6
  '@apply py-24 lg:py-40 px-20 lg:px-80': {};
7
7
  '@apply text-dark-secondary': {};
8
8
  '&-logo-wrapper': {
9
- '@apply mr-80 mb-40 self-start flex-none w-max': {};
9
+ '@apply mr-80 mb-40 justify-start': {};
10
10
  '.sk-logo': {
11
- '@apply max-h-56 h-56 lg:max-h-72 lg:h-72': {};
11
+ '@apply w-[12.3rem] max-w-[12.3rem] max-h-56 h-56 lg:max-w-[15.3rem] lg:w-[15.3rem] lg:max-h-72 lg:h-72': {};
12
12
  };
13
13
  };
14
14
  '&-content': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sk-web-gui/core",
3
- "version": "3.16.0",
3
+ "version": "3.16.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./dist/cjs/index.js",
@@ -41,5 +41,5 @@
41
41
  "mini-svg-data-uri": "^1.4.4",
42
42
  "tailwindcss": "^3.4.17"
43
43
  },
44
- "gitHead": "07921087d198ec037edb1fc5d7dc12ad40b9eb7b"
44
+ "gitHead": "a1b4df7ffb7b69dae39c406c6da0cb9afd43b3c1"
45
45
  }