oasys-lib 0.0.3 → 0.0.6
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/bundles/oasys-lib.umd.js +39 -30
- package/bundles/oasys-lib.umd.js.map +1 -1
- package/esm2015/lib/components/button/button.component.js +31 -18
- package/esm2015/lib/components/button/button.js +1 -1
- package/esm2015/lib/components/icon/icon.component.js +5 -3
- package/esm2015/lib/components/icon/icon.js +1 -1
- package/esm2015/lib/components/text/text.js +2 -0
- package/esm2015/lib/oasys-lib.module.js +11 -8
- package/esm2015/lib/services/token.service.js +2 -1
- package/esm2015/public-api.js +1 -1
- package/fesm2015/oasys-lib.js +40 -25
- package/fesm2015/oasys-lib.js.map +1 -1
- package/lib/components/button/button.component.d.ts +12 -6
- package/lib/components/button/button.component.d.ts.map +1 -0
- package/lib/components/button/button.d.ts +1 -1
- package/lib/components/button/button.d.ts.map +1 -0
- package/lib/components/icon/icon.component.d.ts +1 -0
- package/lib/components/icon/icon.component.d.ts.map +1 -0
- package/lib/components/icon/icon.d.ts +2 -1
- package/lib/components/icon/icon.d.ts.map +1 -0
- package/lib/components/layout/box/box.component.d.ts +1 -0
- package/lib/components/layout/box/box.component.d.ts.map +1 -0
- package/lib/components/layout/inline/inline.component.d.ts +1 -0
- package/lib/components/layout/inline/inline.component.d.ts.map +1 -0
- package/lib/components/text/text.d.ts +2 -0
- package/lib/components/text/text.d.ts.map +1 -0
- package/lib/oasys-lib.module.d.ts +2 -1
- package/lib/oasys-lib.module.d.ts.map +1 -0
- package/lib/services/token.service.d.ts +1 -0
- package/lib/services/token.service.d.ts.map +1 -0
- package/lib/services/window.service.d.ts +1 -0
- package/lib/services/window.service.d.ts.map +1 -0
- package/oasys-lib.d.ts +1 -0
- package/oasys-lib.d.ts.map +1 -0
- package/package.json +3 -3
- package/public-api.d.ts +1 -0
- package/public-api.d.ts.map +1 -0
- package/src/assets/bloomandwild/icons/icons.svg +1 -1
- package/src/assets/bloomandwild/variables.css +32 -12
- package/src/assets/bloomon/icons/icons.svg +1 -1
- package/src/assets/bloomon/variables.css +31 -10
- package/src/assets/global/variables.css +1 -1
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oasys-lib",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "^
|
|
6
|
-
"@angular/core": "^
|
|
5
|
+
"@angular/common": "^12.2.0",
|
|
6
|
+
"@angular/core": "^12.2.0"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"tslib": "^2.3.0"
|
package/public-api.d.ts
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../projects/oasys-lib/src/public-api.ts"],"names":[],"mappings":"AAKA,cAAc,wBAAwB,CAAC;AAEvC,cAAc,0CAA0C,CAAC;AACzD,cAAc,sCAAsC,CAAC;AACrD,cAAc,2CAA2C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><symbol viewBox="0 0
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><symbol viewBox="0 0 16 16" id="icon-arrow-down" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.077 14.5a.5.5 0 0 0 .5-.5V2.154a.5.5 0 1 0-1 0V14a.5.5 0 0 0 .5.5Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M14.354 7.723a.5.5 0 0 0-.708 0l-5.57 5.57-5.569-5.57a.5.5 0 0 0-.707.707l5.923 5.924a.5.5 0 0 0 .707 0l5.924-5.924a.5.5 0 0 0 0-.707Z"/></symbol><symbol viewBox="0 0 16 16" id="icon-arrow-left" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.5 7.923a.5.5 0 0 1 .5-.5h11.846a.5.5 0 0 1 0 1H2a.5.5 0 0 1-.5-.5Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8.277 1.646a.5.5 0 0 1 0 .708l-5.57 5.57 5.57 5.569a.5.5 0 1 1-.707.707L1.646 8.277a.5.5 0 0 1 0-.707L7.57 1.646a.5.5 0 0 1 .707 0Z"/></symbol><symbol viewBox="0 0 16 16" id="icon-arrow-right" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.5 7.923a.5.5 0 0 0-.5-.5H2.154a.5.5 0 1 0 0 1H14a.5.5 0 0 0 .5-.5Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7.723 1.646a.5.5 0 0 0 0 .708l5.57 5.57-5.57 5.569a.5.5 0 1 0 .707.707l5.924-5.923a.5.5 0 0 0 0-.707L8.43 1.646a.5.5 0 0 0-.707 0Z"/></symbol><symbol viewBox="0 0 16 16" id="icon-arrow-up" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.923 1.5a.5.5 0 0 0-.5.5v11.846a.5.5 0 0 0 1 0V2a.5.5 0 0 0-.5-.5Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M1.646 8.277a.5.5 0 0 0 .708 0l5.57-5.57 5.569 5.57a.5.5 0 1 0 .707-.707L8.277 1.646a.5.5 0 0 0-.707 0L1.646 7.57a.5.5 0 0 0 0 .707Z"/></symbol><symbol viewBox="0 0 20 20" id="icon-basket" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4 6.564a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 .5.5v8.983c0 .962-.748 1.783-1.722 1.783H5.722C4.748 17.33 4 16.51 4 15.547V6.564Zm1 .5v8.483c0 .456.346.783.722.783h8.556c.376 0 .722-.327.722-.783V7.064H5Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7.767 7.955a.5.5 0 0 0 .5-.5v-2.08a1.914 1.914 0 0 1 .361-1.118A1.817 1.817 0 0 1 10.1 3.5c.883 0 1.631.643 1.799 1.51.022.118.034.24.034.366v2.079a.5.5 0 0 0 1 0v-2.08c0-.189-.018-.375-.053-.555-.254-1.316-1.396-2.32-2.78-2.32-.938 0-1.767.463-2.28 1.17a2.884 2.884 0 0 0-.553 1.706v2.079a.5.5 0 0 0 .5.5Z"/></symbol><symbol viewBox="0 0 16 16" id="icon-chevron-down" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M14.354 4.646a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 1 1 .708-.708L8 10.293l5.646-5.647a.5.5 0 0 1 .708 0Z"/></symbol><symbol viewBox="0 0 16 16" id="icon-chevron-left" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.354 14.354a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708.708L5.707 8l5.647 5.646a.5.5 0 0 1 0 .708Z"/></symbol><symbol viewBox="0 0 16 16" id="icon-chevron-right" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708Z"/></symbol><symbol viewBox="0 0 16 16" id="icon-chevron-up" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.646 11.354a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708 0Z"/></symbol><symbol viewBox="0 0 20 20" id="icon-heart" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.296 4.717A3.828 3.828 0 0 1 13.078 3.5c1.05 0 2.05.442 2.783 1.218A4.23 4.23 0 0 1 17 7.62a4.23 4.23 0 0 1-1.139 2.904l-5.498 5.818a.5.5 0 0 1-.727 0L4.14 10.525c-1.519-1.607-1.519-4.2 0-5.808a3.79 3.79 0 0 1 5.565 0l.296.314.296-.314Zm2.782-.217c-.765 0-1.505.322-2.055.904l-.66.698a.5.5 0 0 1-.727 0l-.659-.698C7.838 4.2 6.004 4.2 4.866 5.404c-1.154 1.222-1.154 3.213 0 4.434L10 15.272l5.134-5.434A3.23 3.23 0 0 0 16 7.621a3.23 3.23 0 0 0-.866-2.217 2.828 2.828 0 0 0-2.056-.904Z"/></symbol><symbol viewBox="0 0 16 16" id="icon-heart-fill" xmlns="http://www.w3.org/2000/svg"><path d="M8.296 2.717A3.828 3.828 0 0 1 11.078 1.5c1.05 0 2.05.442 2.783 1.218A4.23 4.23 0 0 1 15 5.62a4.23 4.23 0 0 1-1.139 2.904l-5.498 5.818a.5.5 0 0 1-.727 0L2.14 8.525c-1.519-1.607-1.519-4.2 0-5.808a3.79 3.79 0 0 1 5.565 0L8 3.031l.296-.314Z"/></symbol><symbol viewBox="0 0 20 20" id="icon-pin" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.41 5A4.41 4.41 0 0 0 6 9.41c0 1.707 1.11 3.358 2.318 4.633a16.096 16.096 0 0 0 2.091 1.844 16.106 16.106 0 0 0 2.092-1.845c1.207-1.274 2.317-2.925 2.317-4.633A4.41 4.41 0 0 0 10.41 5Zm0 11.5-.278.416-.002-.001-.004-.002-.012-.009-.045-.03a15.52 15.52 0 0 1-.739-.553 17.084 17.084 0 0 1-1.738-1.59C6.344 13.413 5 11.518 5 9.408a5.41 5.41 0 1 1 10.818 0c0 2.11-1.344 4.005-2.591 5.321a17.083 17.083 0 0 1-2.478 2.143l-.045.031-.012.009-.004.002s-.002.001-.279-.415Zm0 0 .277.416a.502.502 0 0 1-.555 0l.277-.416Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M10.41 8.273a1.136 1.136 0 1 0 0 2.272 1.136 1.136 0 0 0 0-2.272ZM8.272 9.409a2.136 2.136 0 1 1 4.272 0 2.136 2.136 0 0 1-4.272 0Z"/></symbol><symbol viewBox="0 0 16 16" id="icon-user" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M.5 13.333c0-2.14 1.814-3.833 4-3.833h7c2.186 0 4 1.694 4 3.833V14.5a1 1 0 0 1-1 1h-13a1 1 0 0 1-1-1v-1.167Zm4-2.833c-1.68 0-3 1.291-3 2.833V14.5h13v-1.167c0-1.542-1.32-2.833-3-2.833h-7ZM8 1.5a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm-4 3a4 4 0 1 1 8 0 4 4 0 0 1-8 0Z"/></symbol><symbol viewBox="0 0 16 16" id="icon-user-fill" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M.5 13.333c0-2.14 1.814-3.833 4-3.833h7c2.186 0 4 1.694 4 3.833V14.5a1 1 0 0 1-1 1h-13a1 1 0 0 1-1-1v-1.167ZM4 4.5a4 4 0 1 1 8 0 4 4 0 0 1-8 0Z"/></symbol></svg>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu,
|
|
3
|
+
* Generated on Thu, 14 Jul 2022 10:45:20 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
:root .bloomandwild {
|
|
6
|
+
:root .brand-tokens-bloomandwild {
|
|
7
7
|
--component-color-button-primary-background: #262626;
|
|
8
8
|
--component-color-button-primary-border: #262626;
|
|
9
9
|
--component-color-button-primary-text: #ffffff;
|
|
@@ -40,23 +40,42 @@
|
|
|
40
40
|
--component-color-button-disabled-background: #f4f3f2;
|
|
41
41
|
--component-color-button-disabled-border: #f4f3f2;
|
|
42
42
|
--component-color-button-disabled-text: #898989;
|
|
43
|
-
--component-size-button-large-padding-x:
|
|
44
|
-
--component-size-button-large-padding-y: 1.
|
|
45
|
-
--component-size-button-large-icon-offset-leading: 0.
|
|
46
|
-
--component-size-button-large-icon-offset-trailing: 0.
|
|
47
|
-
--component-size-button-large-icon-offset-icon-only:
|
|
43
|
+
--component-size-button-large-padding-x: 2rem;
|
|
44
|
+
--component-size-button-large-padding-y: 1.6rem;
|
|
45
|
+
--component-size-button-large-icon-offset-leading: 0.5rem;
|
|
46
|
+
--component-size-button-large-icon-offset-trailing: 0.5rem;
|
|
47
|
+
--component-size-button-large-icon-offset-icon-only: 0.6rem;
|
|
48
48
|
--component-size-button-large-line-height: 1.6rem;
|
|
49
49
|
--component-size-button-large-inline-spacing: 0.8rem;
|
|
50
50
|
--component-size-button-large-font-size: 1.8rem;
|
|
51
|
-
--component-size-button-
|
|
52
|
-
--component-size-button-small-padding-
|
|
53
|
-
--component-size-button-small-
|
|
54
|
-
--component-size-button-small-icon-offset-
|
|
51
|
+
--component-size-button-large-border-width: 0rem;
|
|
52
|
+
--component-size-button-small-padding-x: 1.6rem;
|
|
53
|
+
--component-size-button-small-padding-y: 0.8rem;
|
|
54
|
+
--component-size-button-small-icon-offset-leading: 0.5rem;
|
|
55
|
+
--component-size-button-small-icon-offset-trailing: 0.5rem;
|
|
55
56
|
--component-size-button-small-icon-offset-icon-only: 1rem;
|
|
56
57
|
--component-size-button-small-line-height: 1.6rem;
|
|
57
58
|
--component-size-button-small-inline-spacing: 0.4rem;
|
|
58
59
|
--component-size-button-small-font-size: 1.6rem;
|
|
59
|
-
--component-border-width
|
|
60
|
+
--component-size-button-small-border-width: 0rem;
|
|
61
|
+
--component-size-outline-button-large-padding-x: 1.9rem;
|
|
62
|
+
--component-size-outline-button-large-padding-y: 1.5rem;
|
|
63
|
+
--component-size-outline-button-large-icon-offset-leading: 0.4rem;
|
|
64
|
+
--component-size-outline-button-large-icon-offset-trailing: 0.4rem;
|
|
65
|
+
--component-size-outline-button-large-icon-offset-icon-only: 0.6rem;
|
|
66
|
+
--component-size-outline-button-large-line-height: 1.6rem;
|
|
67
|
+
--component-size-outline-button-large-inline-spacing: 0.8rem;
|
|
68
|
+
--component-size-outline-button-large-font-size: 1.8rem;
|
|
69
|
+
--component-size-outline-button-large-border-width: 0.1rem;
|
|
70
|
+
--component-size-outline-button-small-padding-x: 1.5rem;
|
|
71
|
+
--component-size-outline-button-small-padding-y: 0.7rem;
|
|
72
|
+
--component-size-outline-button-small-icon-offset-leading: 0.4rem;
|
|
73
|
+
--component-size-outline-button-small-icon-offset-trailing: 0.4rem;
|
|
74
|
+
--component-size-outline-button-small-icon-offset-icon-only: 1rem;
|
|
75
|
+
--component-size-outline-button-small-line-height: 1.6rem;
|
|
76
|
+
--component-size-outline-button-small-inline-spacing: 0.4rem;
|
|
77
|
+
--component-size-outline-button-small-font-size: 1.6rem;
|
|
78
|
+
--component-size-outline-button-small-border-width: 0.1rem;
|
|
60
79
|
--component-border-radius-button: 0.2rem;
|
|
61
80
|
--component-text-transform-button: normal;
|
|
62
81
|
--component-letter-spacing-button: 0rem;
|
|
@@ -84,6 +103,7 @@
|
|
|
84
103
|
--semantic-font-weight-bold: 500;
|
|
85
104
|
--semantic-font-letter-spacing-action-primary: 0rem;
|
|
86
105
|
--semantic-brand-name: bloomandwild;
|
|
106
|
+
--semantic-border-width-none: 0rem;
|
|
87
107
|
--semantic-border-width-default: 0.1rem;
|
|
88
108
|
--semantic-border-width-emphasis: 0.2rem;
|
|
89
109
|
--semantic-border-width-focus: 0.4rem;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><symbol viewBox="0 0
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><symbol viewBox="0 0 24 24" id="icon-arrow-down" xmlns="http://www.w3.org/2000/svg"><path d="M12.59 5.864v11.818c-.468.329-.73.343-1.2 0V5.864h1.2Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="m16.588 14.532-3.384 3.867a1.6 1.6 0 0 1-2.408 0l-3.384-3.867.903-.79 3.384 3.867a.4.4 0 0 0 .602 0l3.384-3.868.903.79Z"/></symbol><symbol viewBox="0 0 24 24" id="icon-arrow-left" xmlns="http://www.w3.org/2000/svg"><path d="M18.5 11.773H6.682c-.464.473-.44.728 0 1.2H18.5v-1.2Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9.832 7.776 5.965 11.16a1.6 1.6 0 0 0 0 2.408l3.867 3.384.79-.903-3.867-3.384a.4.4 0 0 1 0-.602l3.867-3.384-.79-.903Z"/></symbol><symbol viewBox="0 0 24 24" id="icon-arrow-right" xmlns="http://www.w3.org/2000/svg"><path d="M5.5 12.227h11.818c.464-.473.44-.728 0-1.2H5.5v1.2Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="m14.168 16.224 3.867-3.384a1.6 1.6 0 0 0 0-2.408l-3.867-3.384-.79.903 3.867 3.384a.4.4 0 0 1 0 .602l-3.867 3.384.79.903Z"/></symbol><symbol viewBox="0 0 24 24" id="icon-arrow-up" xmlns="http://www.w3.org/2000/svg"><path d="M12.59 18.864V7.046c-.472-.464-.727-.44-1.2 0v11.818h1.2Z"/><path fill-rule="evenodd" clip-rule="evenodd" d="M16.588 10.196 13.204 6.33a1.6 1.6 0 0 0-2.408 0l-3.384 3.867.903.79L11.7 7.12a.4.4 0 0 1 .602 0l3.384 3.867.903-.79Z"/></symbol><symbol viewBox="0 0 20 20" id="icon-basket" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.553 4.5h4.81a2.417 2.417 0 0 0-4.81 0Zm5.814 0h1.147c1.066 0 1.973.775 2.14 1.828l1.604 10.13A1.333 1.333 0 0 1 16.94 18H3.059c-.82 0-1.445-.732-1.317-1.542l1.604-10.13A2.167 2.167 0 0 1 5.486 4.5h1.063a3.417 3.417 0 0 1 6.818 0ZM4.334 6.484c.09-.567.578-.984 1.152-.984h9.028c.574 0 1.063.417 1.152.984l1.604 10.13a.333.333 0 0 1-.329.386H3.059a.333.333 0 0 1-.33-.386l1.605-10.13Z"/></symbol><symbol viewBox="0 0 24 24" id="icon-chevron-down" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="m17.904 9.944-4.828 4.388a1.6 1.6 0 0 1-2.152 0L6.096 9.944l.808-.888 4.827 4.389a.4.4 0 0 0 .538 0l4.827-4.389.808.888Z"/></symbol><symbol viewBox="0 0 24 24" id="icon-chevron-left" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="m14.056 6.096-4.388 4.828a1.6 1.6 0 0 0 0 2.152l4.388 4.828.888-.808-4.389-4.827a.4.4 0 0 1 0-.538l4.389-4.827-.888-.808Z"/></symbol><symbol viewBox="0 0 24 24" id="icon-chevron-right" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="m9.944 6.096 4.388 4.828a1.6 1.6 0 0 1 0 2.152l-4.388 4.828-.888-.808 4.389-4.827a.4.4 0 0 0 0-.538L9.055 6.904l.888-.808Z"/></symbol><symbol viewBox="0 0 24 24" id="icon-chevron-up" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="m6.096 14.056 4.828-4.388a1.6 1.6 0 0 1 2.152 0l4.828 4.388-.808.888-4.827-4.389a.4.4 0 0 0-.538 0l-4.827 4.389-.808-.888Z"/></symbol><symbol viewBox="0 0 20 20" id="icon-heart" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="m10 6.304-.817-1.158C8.466 4.13 7.347 3.5 6.11 3.5 4.037 3.5 2.25 5.31 2.25 7.676c0 .676.148 1.311.41 1.872l.042.093.024.099c.001.005.013.04.049.111.04.079.099.179.182.302.167.247.402.547.7.891.593.687 1.382 1.492 2.23 2.31a109.885 109.885 0 0 0 4.31 3.9c1.516-1.418 5.124-4.865 6.593-6.823l.01-.013.01-.012c.582-.728.94-1.68.94-2.73 0-2.366-1.787-4.176-3.861-4.176-1.236 0-2.355.63-3.072 1.646L10 6.304Zm-.672-2.508A4.679 4.679 0 0 0 6.111 2.5C3.426 2.5 1.25 4.817 1.25 7.676c0 .824.18 1.602.502 2.294.374 1.581 6.155 6.638 7.948 8.176a.771.771 0 0 0 1.034-.023c1.392-1.3 5.273-4.981 6.856-7.092a5.357 5.357 0 0 0 1.16-3.355c0-2.859-2.176-5.176-4.861-5.176-1.234 0-2.36.49-3.217 1.296A5.095 5.095 0 0 0 10 4.57a5.098 5.098 0 0 0-.672-.774Z"/></symbol><symbol viewBox="0 0 24 24" id="icon-heart-fill" xmlns="http://www.w3.org/2000/svg"><path d="M12 5.484C13.064 3.976 14.758 3 16.667 3 19.888 3 22.5 5.78 22.5 9.21a6.428 6.428 0 0 1-1.392 4.027c-1.9 2.533-6.557 6.95-8.228 8.51a.925.925 0 0 1-1.24.028c-2.152-1.846-9.088-7.913-9.537-9.811A6.516 6.516 0 0 1 1.5 9.21C1.5 5.78 4.112 3 7.333 3c1.909 0 3.603.976 4.667 2.484Z"/></symbol><symbol viewBox="0 0 20 20" id="icon-pin" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.667 8.5C4.667 5.45 7.067 3 10 3c2.932 0 5.333 2.45 5.333 5.5 0 1.355-.685 2.787-1.7 4.2-1.009 1.403-2.29 2.718-3.39 3.838a.34.34 0 0 1-.485 0c-1.1-1.12-2.382-2.435-3.39-3.838-1.016-1.413-1.701-2.845-1.701-4.2ZM10 2C6.489 2 3.667 4.924 3.667 8.5c0 1.671.834 3.316 1.888 4.783 1.06 1.476 2.396 2.842 3.49 3.955a1.34 1.34 0 0 0 1.911 0c1.093-1.113 2.429-2.48 3.489-3.955 1.054-1.467 1.888-3.111 1.888-4.783C16.333 4.924 13.511 2 10 2ZM8.417 8.333a1.583 1.583 0 1 1 3.166 0 1.583 1.583 0 0 1-3.166 0ZM10 5.75a2.583 2.583 0 1 0 0 5.167 2.583 2.583 0 0 0 0-5.167Z"/></symbol><symbol viewBox="0 0 24 24" id="icon-user" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="m18.55 21.3-.606-3.181a6.05 6.05 0 0 0-11.888 0L5.45 21.3h13.1ZM12 12a7.25 7.25 0 0 0-7.123 5.894l-.71 3.728a.74.74 0 0 0 .727.878h14.212a.74.74 0 0 0 .727-.878l-.71-3.728A7.25 7.25 0 0 0 12 12ZM12 8.8a2.8 2.8 0 1 0 0-5.6 2.8 2.8 0 0 0 0 5.6Zm0 1.2a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z"/></symbol><symbol viewBox="0 0 24 24" id="icon-user-fill" xmlns="http://www.w3.org/2000/svg"><path d="M4.877 17.894a7.25 7.25 0 0 1 14.246 0l.71 3.728a.74.74 0 0 1-.727.878H4.894a.74.74 0 0 1-.727-.878l.71-3.728ZM16 6a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z"/></symbol></svg>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Thu,
|
|
3
|
+
* Generated on Thu, 14 Jul 2022 10:45:20 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
:root .bloomon {
|
|
6
|
+
:root .brand-tokens-bloomon {
|
|
7
7
|
--component-color-button-primary-background: #464646;
|
|
8
8
|
--component-color-button-primary-border: #464646;
|
|
9
9
|
--component-color-button-primary-text: #ffffff;
|
|
@@ -40,22 +40,42 @@
|
|
|
40
40
|
--component-color-button-disabled-background: #f7f7f7;
|
|
41
41
|
--component-color-button-disabled-border: #f7f7f7;
|
|
42
42
|
--component-color-button-disabled-text: #898989;
|
|
43
|
-
--component-size-button-large-padding-x: 2.
|
|
44
|
-
--component-size-button-large-padding-y: 1.
|
|
45
|
-
--component-size-button-large-icon-offset-leading: 0.
|
|
46
|
-
--component-size-button-large-icon-offset-trailing: 0.
|
|
43
|
+
--component-size-button-large-padding-x: 2.4rem;
|
|
44
|
+
--component-size-button-large-padding-y: 1.6rem;
|
|
45
|
+
--component-size-button-large-icon-offset-leading: 0.7rem;
|
|
46
|
+
--component-size-button-large-icon-offset-trailing: 0.7rem;
|
|
47
47
|
--component-size-button-large-icon-offset-icon-only: 1rem;
|
|
48
48
|
--component-size-button-large-line-height: 1.6rem;
|
|
49
49
|
--component-size-button-large-inline-spacing: 0.8rem;
|
|
50
50
|
--component-size-button-large-font-size: 1.4rem;
|
|
51
|
-
--component-size-button-
|
|
52
|
-
--component-size-button-small-padding-
|
|
53
|
-
--component-size-button-small-
|
|
54
|
-
--component-size-button-small-icon-offset-
|
|
51
|
+
--component-size-button-large-border-width: 0rem;
|
|
52
|
+
--component-size-button-small-padding-x: 1.6rem;
|
|
53
|
+
--component-size-button-small-padding-y: 0.8rem;
|
|
54
|
+
--component-size-button-small-icon-offset-leading: 0.5rem;
|
|
55
|
+
--component-size-button-small-icon-offset-trailing: 0.5rem;
|
|
55
56
|
--component-size-button-small-icon-offset-icon-only: 1rem;
|
|
56
57
|
--component-size-button-small-line-height: 1.6rem;
|
|
57
58
|
--component-size-button-small-inline-spacing: 0.4rem;
|
|
58
59
|
--component-size-button-small-font-size: 1.2rem;
|
|
60
|
+
--component-size-button-small-border-width: 0rem;
|
|
61
|
+
--component-size-outline-button-large-padding-x: 2.3rem;
|
|
62
|
+
--component-size-outline-button-large-padding-y: 1.5rem;
|
|
63
|
+
--component-size-outline-button-large-icon-offset-leading: 0.6rem;
|
|
64
|
+
--component-size-outline-button-large-icon-offset-trailing: 0.6rem;
|
|
65
|
+
--component-size-outline-button-large-icon-offset-icon-only: 1rem;
|
|
66
|
+
--component-size-outline-button-large-line-height: 1.6rem;
|
|
67
|
+
--component-size-outline-button-large-inline-spacing: 0.8rem;
|
|
68
|
+
--component-size-outline-button-large-font-size: 1.4rem;
|
|
69
|
+
--component-size-outline-button-large-border-width: 0.1rem;
|
|
70
|
+
--component-size-outline-button-small-padding-x: 1.5rem;
|
|
71
|
+
--component-size-outline-button-small-padding-y: 0.7rem;
|
|
72
|
+
--component-size-outline-button-small-icon-offset-leading: 0.4rem;
|
|
73
|
+
--component-size-outline-button-small-icon-offset-trailing: 0.4rem;
|
|
74
|
+
--component-size-outline-button-small-icon-offset-icon-only: 1rem;
|
|
75
|
+
--component-size-outline-button-small-line-height: 1.6rem;
|
|
76
|
+
--component-size-outline-button-small-inline-spacing: 0.4rem;
|
|
77
|
+
--component-size-outline-button-small-font-size: 1.2rem;
|
|
78
|
+
--component-size-outline-button-small-border-width: 0.1rem;
|
|
59
79
|
--component-border-width-button: 0.1rem;
|
|
60
80
|
--component-border-radius-button: 2.4rem;
|
|
61
81
|
--component-text-transform-button: uppercase;
|
|
@@ -84,6 +104,7 @@
|
|
|
84
104
|
--semantic-font-weight-bold: normal;
|
|
85
105
|
--semantic-font-letter-spacing-action-primary: 0.2rem;
|
|
86
106
|
--semantic-brand-name: bloomon;
|
|
107
|
+
--semantic-border-width-none: 0rem;
|
|
87
108
|
--semantic-border-width-default: 0.1rem;
|
|
88
109
|
--semantic-border-width-emphasis: 0.2rem;
|
|
89
110
|
--semantic-border-width-focus: 0.4rem;
|