oasys-lib 2.2.0-rc.3 → 2.2.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/esm2022/lib/components/form/checkbox/checkbox.component.mjs +3 -3
- package/esm2022/lib/components/form/combobox/combobox.component.mjs +3 -3
- package/esm2022/lib/components/form/form-group/form-group.component.mjs +3 -3
- package/esm2022/lib/components/form/radio/radio.component.mjs +3 -3
- package/esm2022/lib/components/form/text-input/text-input.component.mjs +3 -3
- package/esm2022/lib/components/progress-bar/index.mjs +2 -0
- package/esm2022/lib/components/progress-bar/progress-bar.component.mjs +23 -0
- package/esm2022/public-api.mjs +2 -1
- package/fesm2022/oasys-lib.mjs +29 -11
- package/fesm2022/oasys-lib.mjs.map +1 -1
- package/lib/components/progress-bar/index.d.ts +2 -0
- package/lib/components/progress-bar/index.d.ts.map +1 -0
- package/lib/components/progress-bar/progress-bar.component.d.ts +9 -0
- package/lib/components/progress-bar/progress-bar.component.d.ts.map +1 -0
- package/package.json +1 -1
- package/public-api.d.ts +1 -0
- package/public-api.d.ts.map +1 -1
- package/src/assets/bloomandwild/variables.css +1 -1
- package/src/assets/bloomon/variables.css +1 -1
- package/src/assets/global/scss-breakpoints.scss +1 -1
- package/src/assets/global/typography.scss +83 -53
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/progress-bar/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class ProgressBarComponent {
|
|
3
|
+
percentage: number;
|
|
4
|
+
style: 'circular' | 'line';
|
|
5
|
+
text: string;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "ui-progress-bar", never, { "percentage": { "alias": "percentage"; "required": false; }; "style": { "alias": "style"; "required": false; }; "text": { "alias": "text"; "required": false; }; }, {}, never, never, true, never>;
|
|
8
|
+
}
|
|
9
|
+
//# sourceMappingURL=progress-bar.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"progress-bar.component.d.ts","sourceRoot":"","sources":["../../../../../projects/oasys-lib/src/lib/components/progress-bar/progress-bar.component.ts"],"names":[],"mappings":";AAIA,qBAOa,oBAAoB;IACtB,UAAU,SAAM;IAChB,KAAK,EAAE,UAAU,GAAG,MAAM,CAAc;IACxC,IAAI,EAAE,MAAM,CAAW;yCAHrB,oBAAoB;2CAApB,oBAAoB;CAIhC"}
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -30,4 +30,5 @@ export * from './lib/components/select-card';
|
|
|
30
30
|
export * from './lib/components/form/combobox';
|
|
31
31
|
export * from './lib/components/label';
|
|
32
32
|
export * from './lib/components/navigation/tabs/tab-group';
|
|
33
|
+
export * from './lib/components/progress-bar';
|
|
33
34
|
//# sourceMappingURL=public-api.d.ts.map
|
package/public-api.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../projects/oasys-lib/src/public-api.ts"],"names":[],"mappings":"AAGA,cAAc,wBAAwB,CAAC;AACvC,cAAc,yCAAyC,CAAC;AACxD,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,kCAAkC,CAAC;AACjD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,wBAAwB,CAAC;AACvC,cAAc,4CAA4C,CAAC"}
|
|
1
|
+
{"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../projects/oasys-lib/src/public-api.ts"],"names":[],"mappings":"AAGA,cAAc,wBAAwB,CAAC;AACvC,cAAc,yCAAyC,CAAC;AACxD,cAAc,yBAAyB,CAAC;AACxC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,kCAAkC,CAAC;AACjD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,kCAAkC,CAAC;AACjD,cAAc,4BAA4B,CAAC;AAC3C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,uBAAuB,CAAC;AACtC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uBAAuB,CAAC;AACtC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,wBAAwB,CAAC;AACvC,cAAc,4CAA4C,CAAC;AAC3D,cAAc,+BAA+B,CAAC"}
|
|
@@ -86,52 +86,13 @@ h1:not(.seo-h1) {
|
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
88
|
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
line-height: var(--oasys-typography-heading-primary-mobile-line-height);
|
|
97
|
-
font-weight: var(--oasys-typography-heading-primary-mobile-font-weight);
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
h3 {
|
|
102
|
-
font-size: var(--oasys-typography-heading-secondary-font-size);
|
|
103
|
-
line-height: var(--oasys-typography-heading-secondary-line-height);
|
|
104
|
-
font-weight: var(--oasys-typography-heading-secondary-font-weight);
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
h4 {
|
|
108
|
-
font-size: var(--oasys-typography-heading-func-primary-desktop-font-size);
|
|
109
|
-
line-height: var(--oasys-typography-heading-func-primary-desktop-line-height);
|
|
110
|
-
font-weight: var(--oasys-typography-heading-func-primary-desktop-font-weight);
|
|
111
|
-
|
|
112
|
-
@include mobile() {
|
|
113
|
-
font-size: var(--oasys-typography-heading-func-primary-mobile-font-size);
|
|
114
|
-
line-height: var(--oasys-typography-heading-func-primary-mobile-line-height);
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
h5 {
|
|
119
|
-
font-size: var(--oasys-typography-heading-func-secondary-desktop-font-size);
|
|
120
|
-
line-height: var(--oasys-typography-heading-func-secondary-desktop-line-height);
|
|
121
|
-
font-weight: var(--oasys-typography-heading-func-secondary-desktop-font-weight);
|
|
122
|
-
|
|
123
|
-
@include mobile() {
|
|
124
|
-
font-size: var(--oasys-typography-heading-func-secondary-mobile-font-size);
|
|
125
|
-
line-height: var(--oasys-typography-heading-func-secondary-mobile-line-height);
|
|
126
|
-
font-weight: var(--oasys-typography-heading-func-secondary-mobile-font-weight);
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
/* ---------------------
|
|
131
|
-
Text Classes (Override h tag styles)
|
|
132
|
-
--------------------- */
|
|
133
|
-
|
|
134
|
-
.text-heading--hero {
|
|
89
|
+
.text-heading--hero,
|
|
90
|
+
h1.text-heading--hero,
|
|
91
|
+
h2.text-heading--hero,
|
|
92
|
+
h3.text-heading--hero,
|
|
93
|
+
h4.text-heading--hero,
|
|
94
|
+
h5.text-heading--hero,
|
|
95
|
+
h6.text-heading--hero {
|
|
135
96
|
font-family: var(--oasys-typography-heading-hero-desktop-font-family);
|
|
136
97
|
font-size: var(--oasys-typography-heading-hero-desktop-font-size);
|
|
137
98
|
line-height: var(--oasys-typography-heading-hero-desktop-line-height);
|
|
@@ -144,7 +105,25 @@ h5 {
|
|
|
144
105
|
}
|
|
145
106
|
}
|
|
146
107
|
|
|
147
|
-
|
|
108
|
+
h2 {
|
|
109
|
+
font-size: var(--oasys-typography-heading-primary-desktop-font-size);
|
|
110
|
+
line-height: var(--oasys-typography-heading-primary-desktop-line-height);
|
|
111
|
+
font-weight: var(--oasys-typography-heading-primary-desktop-font-weight);
|
|
112
|
+
|
|
113
|
+
@include mobile() {
|
|
114
|
+
font-size: var(--oasys-typography-heading-primary-mobile-font-size);
|
|
115
|
+
line-height: var(--oasys-typography-heading-primary-mobile-line-height);
|
|
116
|
+
font-weight: var(--oasys-typography-heading-primary-mobile-font-weight);
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.text-heading--primary,
|
|
121
|
+
h1.text-heading--primary,
|
|
122
|
+
h2.text-heading--primary,
|
|
123
|
+
h3.text-heading--primary,
|
|
124
|
+
h4.text-heading--primary,
|
|
125
|
+
h5.text-heading--primary,
|
|
126
|
+
h6.text-heading--primary {
|
|
148
127
|
font-family: var(--oasys-typography-heading-hero-desktop-font-family);
|
|
149
128
|
font-size: var(--oasys-typography-heading-primary-desktop-font-size);
|
|
150
129
|
line-height: var(--oasys-typography-heading-primary-desktop-line-height);
|
|
@@ -157,15 +136,34 @@ h5 {
|
|
|
157
136
|
}
|
|
158
137
|
}
|
|
159
138
|
|
|
160
|
-
|
|
139
|
+
h3 {
|
|
140
|
+
font-size: var(--oasys-typography-heading-secondary-font-size);
|
|
141
|
+
line-height: var(--oasys-typography-heading-secondary-line-height);
|
|
142
|
+
font-weight: var(--oasys-typography-heading-secondary-font-weight);
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.text-heading--secondary,
|
|
146
|
+
h1.text-heading--secondary,
|
|
147
|
+
h2.text-heading--secondary,
|
|
148
|
+
h3.text-heading--secondary,
|
|
149
|
+
h4.text-heading--secondary,
|
|
150
|
+
h5.text-heading--secondary,
|
|
151
|
+
h6.text-heading--secondary {
|
|
161
152
|
font-family: var(--oasys-typography-heading-hero-desktop-font-family);
|
|
162
153
|
font-size: var(--oasys-typography-heading-secondary-font-size);
|
|
163
154
|
line-height: var(--oasys-typography-heading-secondary-line-height);
|
|
164
155
|
font-weight: var(--oasys-typography-heading-secondary-font-weight);
|
|
165
156
|
}
|
|
166
157
|
|
|
167
|
-
.text-heading--
|
|
168
|
-
|
|
158
|
+
.text-heading--body--expressive {
|
|
159
|
+
@extend .text-body--expressive;
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
/* ---------------------
|
|
163
|
+
Functional Heading Sizes
|
|
164
|
+
--------------------- */
|
|
165
|
+
|
|
166
|
+
h4 {
|
|
169
167
|
font-size: var(--oasys-typography-heading-func-primary-desktop-font-size);
|
|
170
168
|
line-height: var(--oasys-typography-heading-func-primary-desktop-line-height);
|
|
171
169
|
font-weight: var(--oasys-typography-heading-func-primary-desktop-font-weight);
|
|
@@ -176,8 +174,25 @@ h5 {
|
|
|
176
174
|
}
|
|
177
175
|
}
|
|
178
176
|
|
|
179
|
-
.text-heading--functional--
|
|
177
|
+
.text-heading--functional--primary,
|
|
178
|
+
h1.text-heading--functional--primary,
|
|
179
|
+
h2.text-heading--functional--primary,
|
|
180
|
+
h3.text-heading--functional--primary,
|
|
181
|
+
h4.text-heading--functional--primary,
|
|
182
|
+
h5.text-heading--functional--primary,
|
|
183
|
+
h6.text-heading--functional--primary {
|
|
180
184
|
font-family: var(--oasys-typography-heading-func-primary-desktop-font-family);
|
|
185
|
+
font-size: var(--oasys-typography-heading-func-primary-desktop-font-size);
|
|
186
|
+
line-height: var(--oasys-typography-heading-func-primary-desktop-line-height);
|
|
187
|
+
font-weight: var(--oasys-typography-heading-func-primary-desktop-font-weight);
|
|
188
|
+
|
|
189
|
+
@include mobile() {
|
|
190
|
+
font-size: var(--oasys-typography-heading-func-primary-mobile-font-size);
|
|
191
|
+
line-height: var(--oasys-typography-heading-func-primary-mobile-line-height);
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
h5 {
|
|
181
196
|
font-size: var(--oasys-typography-heading-func-secondary-desktop-font-size);
|
|
182
197
|
line-height: var(--oasys-typography-heading-func-secondary-desktop-line-height);
|
|
183
198
|
font-weight: var(--oasys-typography-heading-func-secondary-desktop-font-weight);
|
|
@@ -189,8 +204,23 @@ h5 {
|
|
|
189
204
|
}
|
|
190
205
|
}
|
|
191
206
|
|
|
192
|
-
.text-heading--
|
|
193
|
-
|
|
207
|
+
.text-heading--functional--secondary,
|
|
208
|
+
h1.text-heading--functional--secondary,
|
|
209
|
+
h2.text-heading--functional--secondary,
|
|
210
|
+
h3.text-heading--functional--secondary,
|
|
211
|
+
h4.text-heading--functional--secondary,
|
|
212
|
+
h5.text-heading--functional--secondary,
|
|
213
|
+
h6.text-heading--functional--secondary {
|
|
214
|
+
font-family: var(--oasys-typography-heading-func-primary-desktop-font-family);
|
|
215
|
+
font-size: var(--oasys-typography-heading-func-secondary-desktop-font-size);
|
|
216
|
+
line-height: var(--oasys-typography-heading-func-secondary-desktop-line-height);
|
|
217
|
+
font-weight: var(--oasys-typography-heading-func-secondary-desktop-font-weight);
|
|
218
|
+
|
|
219
|
+
@include mobile() {
|
|
220
|
+
font-size: var(--oasys-typography-heading-func-secondary-mobile-font-size);
|
|
221
|
+
line-height: var(--oasys-typography-heading-func-secondary-mobile-line-height);
|
|
222
|
+
font-weight: var(--oasys-typography-heading-func-secondary-mobile-font-weight);
|
|
223
|
+
}
|
|
194
224
|
}
|
|
195
225
|
|
|
196
226
|
/* ---------------------
|