@uncinq/component-tokens 1.1.0 → 1.1.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.
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
@layer tokens {
|
|
7
7
|
:root {
|
|
8
8
|
--columns: 12;
|
|
9
|
+
--gap: var(--spacing-sm);
|
|
9
10
|
--container-max-width-mobile: 100%;
|
|
10
11
|
--container-max-width-tablet: 100%;
|
|
11
12
|
--container-max-width-tablet-wide: 100%;
|
|
12
13
|
--container-max-width-laptop: 100%;
|
|
13
14
|
--container-max-width-desktop: var(--size-desktop);
|
|
14
|
-
--gap: var(--spacing-sm);
|
|
15
15
|
--grid-column: var(--grid-column-mobile);
|
|
16
16
|
--grid-column-desktop: var(--span-quarter);
|
|
17
17
|
--grid-column-laptop: var(--span-quarter);
|
|
@@ -10,10 +10,11 @@
|
|
|
10
10
|
--hero-color-text: var(--color-text);
|
|
11
11
|
--hero-cover-brightness: 0.3;
|
|
12
12
|
--hero-gap: var(--spacing-sm);
|
|
13
|
-
--hero-min-height:
|
|
14
|
-
--hero-min-height-tablet:
|
|
15
|
-
--hero-min-height-desktop:
|
|
16
|
-
--hero-padding: var(--spacing-md)
|
|
13
|
+
--hero-min-height: 30vh;
|
|
14
|
+
--hero-min-height-tablet: 40vh;
|
|
15
|
+
--hero-min-height-desktop: 50vh;
|
|
16
|
+
--hero-padding-block: var(--spacing-md);
|
|
17
|
+
--hero-padding-inline: 0px;
|
|
17
18
|
--hero-title-color: var(--color-text);
|
|
18
19
|
--hero-title-font-size: var(--font-size-heading-01);
|
|
19
20
|
}
|
package/dist/css/index.css
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
/*
|
|
2
|
-
@import
|
|
3
|
-
@import
|
|
4
|
-
@import
|
|
5
|
-
@import
|
|
6
|
-
@import
|
|
7
|
-
@import
|
|
8
|
-
@import
|
|
9
|
-
@import
|
|
10
|
-
@import
|
|
11
|
-
@import
|
|
12
|
-
@import
|
|
13
|
-
@import
|
|
14
|
-
@import
|
|
15
|
-
@import
|
|
16
|
-
@import
|
|
17
|
-
@import
|
|
18
|
-
@import
|
|
19
|
-
@import
|
|
20
|
-
@import
|
|
21
|
-
@import
|
|
22
|
-
@import
|
|
23
|
-
@import
|
|
24
|
-
@import
|
|
25
|
-
@import
|
|
26
|
-
@import
|
|
1
|
+
/* index.css — auto-generated, do not edit */
|
|
2
|
+
@import "./components/alert.css";
|
|
3
|
+
@import "./components/badge.css";
|
|
4
|
+
@import "./components/breadcrumb.css";
|
|
5
|
+
@import "./components/button.css";
|
|
6
|
+
@import "./components/card.css";
|
|
7
|
+
@import "./components/container.css";
|
|
8
|
+
@import "./components/details.css";
|
|
9
|
+
@import "./components/drawer.css";
|
|
10
|
+
@import "./components/dropdown.css";
|
|
11
|
+
@import "./components/embed.css";
|
|
12
|
+
@import "./components/figure.css";
|
|
13
|
+
@import "./components/heading.css";
|
|
14
|
+
@import "./components/hero.css";
|
|
15
|
+
@import "./components/item.css";
|
|
16
|
+
@import "./components/items.css";
|
|
17
|
+
@import "./components/link.css";
|
|
18
|
+
@import "./components/list.css";
|
|
19
|
+
@import "./components/logo.css";
|
|
20
|
+
@import "./components/map.css";
|
|
21
|
+
@import "./components/media.css";
|
|
22
|
+
@import "./components/modal.css";
|
|
23
|
+
@import "./components/nav.css";
|
|
24
|
+
@import "./components/pagination.css";
|
|
25
|
+
@import "./components/surtitle.css";
|
|
26
|
+
@import "./components/table.css";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uncinq/component-tokens",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "Framework-agnostic CSS design tokens — component layers.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"style": "./dist/css/index.css",
|
|
35
35
|
"type": "module",
|
|
36
36
|
"scripts": {
|
|
37
|
-
"build": "
|
|
37
|
+
"build": "node style-dictionary.config.js"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
40
|
"@uncinq/design-tokens": "*"
|
|
@@ -26,21 +26,27 @@
|
|
|
26
26
|
},
|
|
27
27
|
"minHeight": {
|
|
28
28
|
"default": {
|
|
29
|
-
"$value": "
|
|
29
|
+
"$value": "30vh",
|
|
30
30
|
"$type": "dimension"
|
|
31
31
|
},
|
|
32
32
|
"tablet": {
|
|
33
|
-
"$value": "
|
|
33
|
+
"$value": "40vh",
|
|
34
34
|
"$type": "dimension"
|
|
35
35
|
},
|
|
36
36
|
"desktop": {
|
|
37
|
-
"$value": "
|
|
37
|
+
"$value": "50vh",
|
|
38
38
|
"$type": "dimension"
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
"padding": {
|
|
42
|
-
"
|
|
43
|
-
|
|
42
|
+
"block": {
|
|
43
|
+
"$value": "{spacing.md}",
|
|
44
|
+
"$type": "dimension"
|
|
45
|
+
},
|
|
46
|
+
"inline": {
|
|
47
|
+
"$value": "0px",
|
|
48
|
+
"$type": "dimension"
|
|
49
|
+
}
|
|
44
50
|
},
|
|
45
51
|
"title": {
|
|
46
52
|
"color": {
|