Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
design-system-lib
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
julkiset-sivut
design-system-lib
Commits
718fa04e
Commit
718fa04e
authored
4 years ago
by
Tuukka Turu
Browse files
Options
Downloads
Plain Diff
Merge latest stuff and fix conflict
parents
52d68953
a05afbab
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
package.json
+1
-1
1 addition, 1 deletion
package.json
src/components/hy-key-figure-group/hy-key-figure-group.tsx
+3
-3
3 additions, 3 deletions
src/components/hy-key-figure-group/hy-key-figure-group.tsx
src/components/hy-main/hy-main.scss
+1
-0
1 addition, 0 deletions
src/components/hy-main/hy-main.scss
with
5 additions
and
4 deletions
package.json
+
1
−
1
View file @
718fa04e
{
{
"name"
:
"@itcenteratunihelsinki/huds-lib"
,
"name"
:
"@itcenteratunihelsinki/huds-lib"
,
"version"
:
"0.0.4
6
"
,
"version"
:
"0.0.4
8
"
,
"description"
:
"Helsinki University Design System library"
,
"description"
:
"Helsinki University Design System library"
,
"main"
:
"dist/index.js"
,
"main"
:
"dist/index.js"
,
"module"
:
"dist/index.mjs"
,
"module"
:
"dist/index.mjs"
,
...
...
This diff is collapsed.
Click to expand it.
src/components/hy-key-figure-group/hy-key-figure-group.tsx
+
3
−
3
View file @
718fa04e
...
@@ -56,7 +56,7 @@ export class HyKeyFigureGroup implements ComponentInterface {
...
@@ -56,7 +56,7 @@ export class HyKeyFigureGroup implements ComponentInterface {
const
classRowCenteredAttributes
=
[
'
hy-key-figure-group
'
,
'
hy-key-figure-group-centered
'
].
join
(
'
'
);
const
classRowCenteredAttributes
=
[
'
hy-key-figure-group
'
,
'
hy-key-figure-group-centered
'
].
join
(
'
'
);
if
(
this
.
_dataItems
.
length
%
5
==
0
)
{
if
(
this
.
_dataItems
.
length
%
5
==
0
)
{
return
[
return
(
<
Host
>
<
Host
>
<
div
class
=
{
classAttributes
}
>
<
div
class
=
{
classAttributes
}
>
<
div
class
=
{
classRowAttributes
}
>
<
div
class
=
{
classRowAttributes
}
>
...
@@ -89,8 +89,8 @@ export class HyKeyFigureGroup implements ComponentInterface {
...
@@ -89,8 +89,8 @@ export class HyKeyFigureGroup implements ComponentInterface {
</
div
>
</
div
>
</
div
>
</
div
>
<
hy
-
box
pb
=
"1.5, 2.5, 2.5"
/>
<
hy
-
box
pb
=
"1.5, 2.5, 2.5"
/>
</
Host
>
,
</
Host
>
]
;
)
;
}
else
{
}
else
{
return
(
return
(
<
Host
>
<
Host
>
...
...
This diff is collapsed.
Click to expand it.
src/components/hy-main/hy-main.scss
+
1
−
0
View file @
718fa04e
.hy-main
{
.hy-main
{
display
:
flex
;
display
:
flex
;
//margin: var(--gutter-mobile) auto;
//margin: var(--gutter-mobile) auto;
margin
:
0
auto
;
max-width
:
$fullhd
;
max-width
:
$fullhd
;
padding
:
0
;
padding
:
0
;
width
:
100%
;
width
:
100%
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment