@sk-web-gui/core 1.0.0 → 1.0.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.
- package/dist/cjs/components/header.js +0 -6
- package/dist/cjs/components/header.js.map +1 -1
- package/dist/cjs/components/logo.js +2 -1
- package/dist/cjs/components/logo.js.map +1 -1
- package/dist/esm/components/header.js +0 -6
- package/dist/esm/components/header.js.map +1 -1
- package/dist/esm/components/logo.js +2 -1
- package/dist/esm/components/logo.js.map +1 -1
- package/package.json +2 -2
- package/src/components/header.js +0 -7
- package/src/components/logo.js +2 -1
|
@@ -12,12 +12,6 @@ module.exports = Header = function Header() {
|
|
|
12
12
|
'&-bottom-content': {
|
|
13
13
|
'@apply hidden md:flex items-center w-full justify-start p-8 xl:p-0': {}
|
|
14
14
|
},
|
|
15
|
-
'a:hover &-logotext': {
|
|
16
|
-
'@apply underline': {}
|
|
17
|
-
},
|
|
18
|
-
'a:focus-within &-logotext': {
|
|
19
|
-
'@apply outline outline-2 outline-ring': {}
|
|
20
|
-
},
|
|
21
15
|
'&-usermenu': {
|
|
22
16
|
'@apply hidden xl:flex-shrink md:flex xl:items-center xl:w-auto': {},
|
|
23
17
|
'&-content': {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"header.js","names":["module","exports","Header"],"sources":["../../../src/components/header.js"],"sourcesContent":["module.exports = Header = () => ({\r\n '.sk-header': {\r\n '@apply bg-background-content p-12 md:px-32 md:pt-24 md:pb-20 xl:pt-32 xl:pb-20 xl:px-80 xl:h-auto xl:min-h-0': {},\r\n '@apply shadow-100': {},\r\n\r\n '&-container': {\r\n '@apply flex flex-col gap-20 xl:gap-24': {},\r\n },\r\n\r\n '&-top-content': {\r\n '@apply flex items-center w-full justify-between m-auto flex-shrink-0 py-4 gap-20': {},\r\n },\r\n '&-bottom-content': {\r\n '@apply hidden md:flex items-center w-full justify-start p-8 xl:p-0': {},\r\n },\r\n\r\n '
|
|
1
|
+
{"version":3,"file":"header.js","names":["module","exports","Header"],"sources":["../../../src/components/header.js"],"sourcesContent":["module.exports = Header = () => ({\r\n '.sk-header': {\r\n '@apply bg-background-content p-12 md:px-32 md:pt-24 md:pb-20 xl:pt-32 xl:pb-20 xl:px-80 xl:h-auto xl:min-h-0': {},\r\n '@apply shadow-100': {},\r\n\r\n '&-container': {\r\n '@apply flex flex-col gap-20 xl:gap-24': {},\r\n },\r\n\r\n '&-top-content': {\r\n '@apply flex items-center w-full justify-between m-auto flex-shrink-0 py-4 gap-20': {},\r\n },\r\n '&-bottom-content': {\r\n '@apply hidden md:flex items-center w-full justify-start p-8 xl:p-0': {},\r\n },\r\n\r\n '&-usermenu': {\r\n '@apply hidden xl:flex-shrink md:flex xl:items-center xl:w-auto': {},\r\n\r\n '&-content': {\r\n '@apply relative flex flex-grow justify-end items-center xl:w-auto': {},\r\n },\r\n },\r\n '&-mobilemenu': {\r\n '@apply block md:hidden relative': {},\r\n },\r\n },\r\n});\r\n"],"mappings":"AAAAA,MAAM,CAACC,OAAO,GAAGC,MAAM,GAAG,SAAAA,OAAA;EAAA,OAAO;IAC/B,YAAY,EAAE;MACZ,8GAA8G,EAAE,CAAC,CAAC;MAClH,mBAAmB,EAAE,CAAC,CAAC;MAEvB,aAAa,EAAE;QACb,uCAAuC,EAAE,CAAC;MAC5C,CAAC;MAED,eAAe,EAAE;QACf,kFAAkF,EAAE,CAAC;MACvF,CAAC;MACD,kBAAkB,EAAE;QAClB,oEAAoE,EAAE,CAAC;MACzE,CAAC;MAED,YAAY,EAAE;QACZ,gEAAgE,EAAE,CAAC,CAAC;QAEpE,WAAW,EAAE;UACX,mEAAmE,EAAE,CAAC;QACxE;MACF,CAAC;MACD,cAAc,EAAE;QACd,iCAAiC,EAAE,CAAC;MACtC;IACF;EACF,CAAC;AAAA,CAAC"}
|
|
@@ -15,7 +15,8 @@ module.exports = Logo = function Logo() {
|
|
|
15
15
|
},
|
|
16
16
|
'&[data-variant="service"]': {
|
|
17
17
|
'@apply flex-row gap-6': {},
|
|
18
|
-
'@apply w-
|
|
18
|
+
'@apply w-max': {},
|
|
19
|
+
'@apply h-[6rem]': {},
|
|
19
20
|
'@apply pb-4': {},
|
|
20
21
|
'.sk-logo-figure': {
|
|
21
22
|
'@apply w-auto h-[5.6rem]': {}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logo.js","names":["module","exports","Logo"],"sources":["../../../src/components/logo.js"],"sourcesContent":["module.exports = Logo = () => ({\r\n '.sk-logo': {\r\n '@apply flex w-auto h-auto': {},\r\n '@apply items-center': {},\r\n '@apply text-dark-primary': {},\r\n '&[data-inverted=\"true\"]': {\r\n '@apply text-light-primary': {},\r\n '.sk-logo-divider': {\r\n '@apply border-inverted-divider': {},\r\n },\r\n },\r\n\r\n '&-figure': {\r\n '@apply w-full h-full': {},\r\n },\r\n '&[data-variant=\"service\"]': {\r\n '@apply flex-row gap-6': {},\r\n '@apply w-
|
|
1
|
+
{"version":3,"file":"logo.js","names":["module","exports","Logo"],"sources":["../../../src/components/logo.js"],"sourcesContent":["module.exports = Logo = () => ({\r\n '.sk-logo': {\r\n '@apply flex w-auto h-auto': {},\r\n '@apply items-center': {},\r\n '@apply text-dark-primary': {},\r\n '&[data-inverted=\"true\"]': {\r\n '@apply text-light-primary': {},\r\n '.sk-logo-divider': {\r\n '@apply border-inverted-divider': {},\r\n },\r\n },\r\n\r\n '&-figure': {\r\n '@apply w-full h-full': {},\r\n },\r\n '&[data-variant=\"service\"]': {\r\n '@apply flex-row gap-6': {},\r\n '@apply w-max': {},\r\n '@apply h-[6rem]': {},\r\n '@apply pb-4': {},\r\n '.sk-logo-figure': {\r\n '@apply w-auto h-[5.6rem]': {},\r\n },\r\n },\r\n 'a:focus-within &': {\r\n '@apply outline outline-2 outline-ring': {},\r\n },\r\n 'a &': {\r\n '@apply no-underline': {},\r\n },\r\n 'a:hover &': {\r\n '@apply underline': {},\r\n },\r\n '&-service-content': {\r\n '@apply h-full w-max': {},\r\n '@apply flex flex-col justify-center': {},\r\n '@apply pl-2 pt-2 pr-8 pb-0': {},\r\n },\r\n '&-title': {\r\n '@apply text-[2.2rem] leading-[2.8rem] font-header font-bold': {},\r\n },\r\n '&-subtitle': {\r\n '@apply text-small font-normal block': {},\r\n },\r\n '&-divider': {\r\n '@apply pt-8 pb-4': {},\r\n },\r\n },\r\n});\r\n"],"mappings":"AAAAA,MAAM,CAACC,OAAO,GAAGC,IAAI,GAAG,SAAAA,KAAA;EAAA,OAAO;IAC7B,UAAU,EAAE;MACV,2BAA2B,EAAE,CAAC,CAAC;MAC/B,qBAAqB,EAAE,CAAC,CAAC;MACzB,0BAA0B,EAAE,CAAC,CAAC;MAC9B,yBAAyB,EAAE;QACzB,2BAA2B,EAAE,CAAC,CAAC;QAC/B,kBAAkB,EAAE;UAClB,gCAAgC,EAAE,CAAC;QACrC;MACF,CAAC;MAED,UAAU,EAAE;QACV,sBAAsB,EAAE,CAAC;MAC3B,CAAC;MACD,2BAA2B,EAAE;QAC3B,uBAAuB,EAAE,CAAC,CAAC;QAC3B,cAAc,EAAE,CAAC,CAAC;QAClB,iBAAiB,EAAE,CAAC,CAAC;QACrB,aAAa,EAAE,CAAC,CAAC;QACjB,iBAAiB,EAAE;UACjB,0BAA0B,EAAE,CAAC;QAC/B;MACF,CAAC;MACD,kBAAkB,EAAE;QAClB,uCAAuC,EAAE,CAAC;MAC5C,CAAC;MACD,KAAK,EAAE;QACL,qBAAqB,EAAE,CAAC;MAC1B,CAAC;MACD,WAAW,EAAE;QACX,kBAAkB,EAAE,CAAC;MACvB,CAAC;MACD,mBAAmB,EAAE;QACnB,qBAAqB,EAAE,CAAC,CAAC;QACzB,qCAAqC,EAAE,CAAC,CAAC;QACzC,4BAA4B,EAAE,CAAC;MACjC,CAAC;MACD,SAAS,EAAE;QACT,6DAA6D,EAAE,CAAC;MAClE,CAAC;MACD,YAAY,EAAE;QACZ,qCAAqC,EAAE,CAAC;MAC1C,CAAC;MACD,WAAW,EAAE;QACX,kBAAkB,EAAE,CAAC;MACvB;IACF;EACF,CAAC;AAAA,CAAC"}
|
|
@@ -11,12 +11,6 @@ module.exports = Header = () => ({
|
|
|
11
11
|
'&-bottom-content': {
|
|
12
12
|
'@apply hidden md:flex items-center w-full justify-start p-8 xl:p-0': {}
|
|
13
13
|
},
|
|
14
|
-
'a:hover &-logotext': {
|
|
15
|
-
'@apply underline': {}
|
|
16
|
-
},
|
|
17
|
-
'a:focus-within &-logotext': {
|
|
18
|
-
'@apply outline outline-2 outline-ring': {}
|
|
19
|
-
},
|
|
20
14
|
'&-usermenu': {
|
|
21
15
|
'@apply hidden xl:flex-shrink md:flex xl:items-center xl:w-auto': {},
|
|
22
16
|
'&-content': {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"header.js","names":["module","exports","Header"],"sources":["../../../src/components/header.js"],"sourcesContent":["module.exports = Header = () => ({\r\n '.sk-header': {\r\n '@apply bg-background-content p-12 md:px-32 md:pt-24 md:pb-20 xl:pt-32 xl:pb-20 xl:px-80 xl:h-auto xl:min-h-0': {},\r\n '@apply shadow-100': {},\r\n\r\n '&-container': {\r\n '@apply flex flex-col gap-20 xl:gap-24': {},\r\n },\r\n\r\n '&-top-content': {\r\n '@apply flex items-center w-full justify-between m-auto flex-shrink-0 py-4 gap-20': {},\r\n },\r\n '&-bottom-content': {\r\n '@apply hidden md:flex items-center w-full justify-start p-8 xl:p-0': {},\r\n },\r\n\r\n '
|
|
1
|
+
{"version":3,"file":"header.js","names":["module","exports","Header"],"sources":["../../../src/components/header.js"],"sourcesContent":["module.exports = Header = () => ({\r\n '.sk-header': {\r\n '@apply bg-background-content p-12 md:px-32 md:pt-24 md:pb-20 xl:pt-32 xl:pb-20 xl:px-80 xl:h-auto xl:min-h-0': {},\r\n '@apply shadow-100': {},\r\n\r\n '&-container': {\r\n '@apply flex flex-col gap-20 xl:gap-24': {},\r\n },\r\n\r\n '&-top-content': {\r\n '@apply flex items-center w-full justify-between m-auto flex-shrink-0 py-4 gap-20': {},\r\n },\r\n '&-bottom-content': {\r\n '@apply hidden md:flex items-center w-full justify-start p-8 xl:p-0': {},\r\n },\r\n\r\n '&-usermenu': {\r\n '@apply hidden xl:flex-shrink md:flex xl:items-center xl:w-auto': {},\r\n\r\n '&-content': {\r\n '@apply relative flex flex-grow justify-end items-center xl:w-auto': {},\r\n },\r\n },\r\n '&-mobilemenu': {\r\n '@apply block md:hidden relative': {},\r\n },\r\n },\r\n});\r\n"],"mappings":"AAAAA,MAAM,CAACC,OAAO,GAAGC,MAAM,GAAGA,CAAA,MAAO;EAC/B,YAAY,EAAE;IACZ,8GAA8G,EAAE,CAAC,CAAC;IAClH,mBAAmB,EAAE,CAAC,CAAC;IAEvB,aAAa,EAAE;MACb,uCAAuC,EAAE,CAAC;IAC5C,CAAC;IAED,eAAe,EAAE;MACf,kFAAkF,EAAE,CAAC;IACvF,CAAC;IACD,kBAAkB,EAAE;MAClB,oEAAoE,EAAE,CAAC;IACzE,CAAC;IAED,YAAY,EAAE;MACZ,gEAAgE,EAAE,CAAC,CAAC;MAEpE,WAAW,EAAE;QACX,mEAAmE,EAAE,CAAC;MACxE;IACF,CAAC;IACD,cAAc,EAAE;MACd,iCAAiC,EAAE,CAAC;IACtC;EACF;AACF,CAAC,CAAC"}
|
|
@@ -14,7 +14,8 @@ module.exports = Logo = () => ({
|
|
|
14
14
|
},
|
|
15
15
|
'&[data-variant="service"]': {
|
|
16
16
|
'@apply flex-row gap-6': {},
|
|
17
|
-
'@apply w-
|
|
17
|
+
'@apply w-max': {},
|
|
18
|
+
'@apply h-[6rem]': {},
|
|
18
19
|
'@apply pb-4': {},
|
|
19
20
|
'.sk-logo-figure': {
|
|
20
21
|
'@apply w-auto h-[5.6rem]': {}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logo.js","names":["module","exports","Logo"],"sources":["../../../src/components/logo.js"],"sourcesContent":["module.exports = Logo = () => ({\r\n '.sk-logo': {\r\n '@apply flex w-auto h-auto': {},\r\n '@apply items-center': {},\r\n '@apply text-dark-primary': {},\r\n '&[data-inverted=\"true\"]': {\r\n '@apply text-light-primary': {},\r\n '.sk-logo-divider': {\r\n '@apply border-inverted-divider': {},\r\n },\r\n },\r\n\r\n '&-figure': {\r\n '@apply w-full h-full': {},\r\n },\r\n '&[data-variant=\"service\"]': {\r\n '@apply flex-row gap-6': {},\r\n '@apply w-
|
|
1
|
+
{"version":3,"file":"logo.js","names":["module","exports","Logo"],"sources":["../../../src/components/logo.js"],"sourcesContent":["module.exports = Logo = () => ({\r\n '.sk-logo': {\r\n '@apply flex w-auto h-auto': {},\r\n '@apply items-center': {},\r\n '@apply text-dark-primary': {},\r\n '&[data-inverted=\"true\"]': {\r\n '@apply text-light-primary': {},\r\n '.sk-logo-divider': {\r\n '@apply border-inverted-divider': {},\r\n },\r\n },\r\n\r\n '&-figure': {\r\n '@apply w-full h-full': {},\r\n },\r\n '&[data-variant=\"service\"]': {\r\n '@apply flex-row gap-6': {},\r\n '@apply w-max': {},\r\n '@apply h-[6rem]': {},\r\n '@apply pb-4': {},\r\n '.sk-logo-figure': {\r\n '@apply w-auto h-[5.6rem]': {},\r\n },\r\n },\r\n 'a:focus-within &': {\r\n '@apply outline outline-2 outline-ring': {},\r\n },\r\n 'a &': {\r\n '@apply no-underline': {},\r\n },\r\n 'a:hover &': {\r\n '@apply underline': {},\r\n },\r\n '&-service-content': {\r\n '@apply h-full w-max': {},\r\n '@apply flex flex-col justify-center': {},\r\n '@apply pl-2 pt-2 pr-8 pb-0': {},\r\n },\r\n '&-title': {\r\n '@apply text-[2.2rem] leading-[2.8rem] font-header font-bold': {},\r\n },\r\n '&-subtitle': {\r\n '@apply text-small font-normal block': {},\r\n },\r\n '&-divider': {\r\n '@apply pt-8 pb-4': {},\r\n },\r\n },\r\n});\r\n"],"mappings":"AAAAA,MAAM,CAACC,OAAO,GAAGC,IAAI,GAAGA,CAAA,MAAO;EAC7B,UAAU,EAAE;IACV,2BAA2B,EAAE,CAAC,CAAC;IAC/B,qBAAqB,EAAE,CAAC,CAAC;IACzB,0BAA0B,EAAE,CAAC,CAAC;IAC9B,yBAAyB,EAAE;MACzB,2BAA2B,EAAE,CAAC,CAAC;MAC/B,kBAAkB,EAAE;QAClB,gCAAgC,EAAE,CAAC;MACrC;IACF,CAAC;IAED,UAAU,EAAE;MACV,sBAAsB,EAAE,CAAC;IAC3B,CAAC;IACD,2BAA2B,EAAE;MAC3B,uBAAuB,EAAE,CAAC,CAAC;MAC3B,cAAc,EAAE,CAAC,CAAC;MAClB,iBAAiB,EAAE,CAAC,CAAC;MACrB,aAAa,EAAE,CAAC,CAAC;MACjB,iBAAiB,EAAE;QACjB,0BAA0B,EAAE,CAAC;MAC/B;IACF,CAAC;IACD,kBAAkB,EAAE;MAClB,uCAAuC,EAAE,CAAC;IAC5C,CAAC;IACD,KAAK,EAAE;MACL,qBAAqB,EAAE,CAAC;IAC1B,CAAC;IACD,WAAW,EAAE;MACX,kBAAkB,EAAE,CAAC;IACvB,CAAC;IACD,mBAAmB,EAAE;MACnB,qBAAqB,EAAE,CAAC,CAAC;MACzB,qCAAqC,EAAE,CAAC,CAAC;MACzC,4BAA4B,EAAE,CAAC;IACjC,CAAC;IACD,SAAS,EAAE;MACT,6DAA6D,EAAE,CAAC;IAClE,CAAC;IACD,YAAY,EAAE;MACZ,qCAAqC,EAAE,CAAC;IAC1C,CAAC;IACD,WAAW,EAAE;MACX,kBAAkB,EAAE,CAAC;IACvB;EACF;AACF,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sk-web-gui/core",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"@sk-web-gui/theme": "1.0.0",
|
|
41
41
|
"mini-svg-data-uri": "^1.4.4"
|
|
42
42
|
},
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "007fe1467d7a71c36e27dbac50911d78de747b6a"
|
|
44
44
|
}
|
package/src/components/header.js
CHANGED
|
@@ -14,13 +14,6 @@ module.exports = Header = () => ({
|
|
|
14
14
|
'@apply hidden md:flex items-center w-full justify-start p-8 xl:p-0': {},
|
|
15
15
|
},
|
|
16
16
|
|
|
17
|
-
'a:hover &-logotext': {
|
|
18
|
-
'@apply underline': {},
|
|
19
|
-
},
|
|
20
|
-
'a:focus-within &-logotext': {
|
|
21
|
-
'@apply outline outline-2 outline-ring': {},
|
|
22
|
-
},
|
|
23
|
-
|
|
24
17
|
'&-usermenu': {
|
|
25
18
|
'@apply hidden xl:flex-shrink md:flex xl:items-center xl:w-auto': {},
|
|
26
19
|
|
package/src/components/logo.js
CHANGED
|
@@ -15,7 +15,8 @@ module.exports = Logo = () => ({
|
|
|
15
15
|
},
|
|
16
16
|
'&[data-variant="service"]': {
|
|
17
17
|
'@apply flex-row gap-6': {},
|
|
18
|
-
'@apply w-
|
|
18
|
+
'@apply w-max': {},
|
|
19
|
+
'@apply h-[6rem]': {},
|
|
19
20
|
'@apply pb-4': {},
|
|
20
21
|
'.sk-logo-figure': {
|
|
21
22
|
'@apply w-auto h-[5.6rem]': {},
|