@festo-ui/web-essentials 11.0.0-dev.961 → 11.0.0-dev.963
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/css/festo-web-essentials.css +44 -28
- package/dist/css/festo-web-essentials.css.map +1 -1
- package/dist/css/festo-web-essentials.min.css +12 -12
- package/dist/css/festo-web-essentials.min.css.map +1 -1
- package/dist/css/light/festo-web-essentials-light.css +35 -19
- package/dist/css/light/festo-web-essentials-light.css.map +1 -1
- package/dist/css/organisms/festo-web-essentials-organisms.css +4 -4
- package/dist/css/organisms/festo-web-essentials-organisms.css.map +1 -1
- package/dist/css/organisms/festo-web-essentials-organisms.min.css +1 -1
- package/dist/css/organisms/festo-web-essentials-organisms.min.css.map +1 -1
- package/dist/css/themes/flatpickr/festo.css +1 -1
- package/dist/css/themes/flatpickr/festo.min.css +1 -1
- package/dist/scss/_button.scss +3 -1
- package/dist/scss/_modal.scss +1 -1
- package/dist/scss/_tree.scss +1 -1
- package/dist/scss/festo-web-essentials.scss +1 -1
- package/dist/scss/organisms/_header-slider.scss +2 -2
- package/dist/scss/organisms/_image-gallery.scss +2 -2
- package/dist/scss/themes/flatpickr/festo.scss +1 -1
- package/llm-doc/components.md +8 -8
- package/llm-doc/organisms.md +1 -1
- package/package.json +1 -1
- package/scss/_button.scss +3 -1
- package/scss/_modal.scss +1 -1
- package/scss/_tree.scss +1 -1
- package/scss/organisms/_header-slider.scss +2 -2
- package/scss/organisms/_image-gallery.scss +2 -2
|
@@ -4227,21 +4227,26 @@ button.fwe-btn.fwe-disabled {
|
|
|
4227
4227
|
background: var(--fwe-control-disabled);
|
|
4228
4228
|
color: var(--fwe-text-disabled);
|
|
4229
4229
|
}
|
|
4230
|
-
a.fwe-btn.fwe-btn-hero,
|
|
4230
|
+
a.fwe-btn.fwe-btn-primary, a.fwe-btn.fwe-btn-hero,
|
|
4231
|
+
button.fwe-btn.fwe-btn-primary,
|
|
4231
4232
|
button.fwe-btn.fwe-btn-hero {
|
|
4232
4233
|
color: var(--fwe-white);
|
|
4233
4234
|
background: var(--fwe-hero);
|
|
4234
4235
|
}
|
|
4235
|
-
a.fwe-btn.fwe-btn-hero:hover,
|
|
4236
|
+
a.fwe-btn.fwe-btn-primary:hover, a.fwe-btn.fwe-btn-hero:hover,
|
|
4237
|
+
button.fwe-btn.fwe-btn-primary:hover,
|
|
4236
4238
|
button.fwe-btn.fwe-btn-hero:hover {
|
|
4237
4239
|
color: var(--fwe-white);
|
|
4238
4240
|
background: var(--fwe-hero-hover);
|
|
4239
4241
|
}
|
|
4240
|
-
a.fwe-btn.fwe-btn-hero:active,
|
|
4242
|
+
a.fwe-btn.fwe-btn-primary:active, a.fwe-btn.fwe-btn-hero:active,
|
|
4243
|
+
button.fwe-btn.fwe-btn-primary:active,
|
|
4241
4244
|
button.fwe-btn.fwe-btn-hero:active {
|
|
4242
4245
|
background: var(--fwe-hero-active);
|
|
4243
4246
|
}
|
|
4244
|
-
a.fwe-btn.fwe-btn-hero:disabled, a.fwe-btn.fwe-btn-hero.fwe-disabled,
|
|
4247
|
+
a.fwe-btn.fwe-btn-primary:disabled, a.fwe-btn.fwe-btn-primary.fwe-disabled, a.fwe-btn.fwe-btn-hero:disabled, a.fwe-btn.fwe-btn-hero.fwe-disabled,
|
|
4248
|
+
button.fwe-btn.fwe-btn-primary:disabled,
|
|
4249
|
+
button.fwe-btn.fwe-btn-primary.fwe-disabled,
|
|
4245
4250
|
button.fwe-btn.fwe-btn-hero:disabled,
|
|
4246
4251
|
button.fwe-btn.fwe-btn-hero.fwe-disabled {
|
|
4247
4252
|
background: var(--fwe-control-disabled);
|
|
@@ -4251,37 +4256,48 @@ a.fwe-btn.fwe-btn-block,
|
|
|
4251
4256
|
button.fwe-btn.fwe-btn-block {
|
|
4252
4257
|
width: 100%;
|
|
4253
4258
|
}
|
|
4254
|
-
a.fwe-btn.fwe-btn-link,
|
|
4255
|
-
button.fwe-btn.fwe-btn-link
|
|
4259
|
+
a.fwe-btn.fwe-btn-link, a.fwe-btn.fwe-btn-tertiary,
|
|
4260
|
+
button.fwe-btn.fwe-btn-link,
|
|
4261
|
+
button.fwe-btn.fwe-btn-tertiary {
|
|
4256
4262
|
background: none;
|
|
4257
4263
|
color: var(--fwe-hero);
|
|
4258
4264
|
padding: 0;
|
|
4259
4265
|
}
|
|
4260
4266
|
a.fwe-btn.fwe-btn-link i[class^=fwe-icon-],
|
|
4261
4267
|
a.fwe-btn.fwe-btn-link i[class*=" fwe-icon-"],
|
|
4262
|
-
a.fwe-btn.fwe-btn-link .fwe-svg-icon,
|
|
4268
|
+
a.fwe-btn.fwe-btn-link .fwe-svg-icon, a.fwe-btn.fwe-btn-tertiary i[class^=fwe-icon-],
|
|
4269
|
+
a.fwe-btn.fwe-btn-tertiary i[class*=" fwe-icon-"],
|
|
4270
|
+
a.fwe-btn.fwe-btn-tertiary .fwe-svg-icon,
|
|
4263
4271
|
button.fwe-btn.fwe-btn-link i[class^=fwe-icon-],
|
|
4264
4272
|
button.fwe-btn.fwe-btn-link i[class*=" fwe-icon-"],
|
|
4265
|
-
button.fwe-btn.fwe-btn-link .fwe-svg-icon
|
|
4273
|
+
button.fwe-btn.fwe-btn-link .fwe-svg-icon,
|
|
4274
|
+
button.fwe-btn.fwe-btn-tertiary i[class^=fwe-icon-],
|
|
4275
|
+
button.fwe-btn.fwe-btn-tertiary i[class*=" fwe-icon-"],
|
|
4276
|
+
button.fwe-btn.fwe-btn-tertiary .fwe-svg-icon {
|
|
4266
4277
|
margin-right: 4px;
|
|
4267
4278
|
}
|
|
4268
|
-
a.fwe-btn.fwe-btn-link.fwe-dark,
|
|
4269
|
-
button.fwe-btn.fwe-btn-link.fwe-dark
|
|
4279
|
+
a.fwe-btn.fwe-btn-link.fwe-dark, a.fwe-btn.fwe-btn-tertiary.fwe-dark,
|
|
4280
|
+
button.fwe-btn.fwe-btn-link.fwe-dark,
|
|
4281
|
+
button.fwe-btn.fwe-btn-tertiary.fwe-dark {
|
|
4270
4282
|
color: var(--fwe-text);
|
|
4271
4283
|
}
|
|
4272
|
-
a.fwe-btn.fwe-btn-link:hover,
|
|
4273
|
-
button.fwe-btn.fwe-btn-link:hover
|
|
4284
|
+
a.fwe-btn.fwe-btn-link:hover, a.fwe-btn.fwe-btn-tertiary:hover,
|
|
4285
|
+
button.fwe-btn.fwe-btn-link:hover,
|
|
4286
|
+
button.fwe-btn.fwe-btn-tertiary:hover {
|
|
4274
4287
|
background: none;
|
|
4275
4288
|
color: var(--fwe-hero-hover);
|
|
4276
4289
|
}
|
|
4277
|
-
a.fwe-btn.fwe-btn-link:active,
|
|
4278
|
-
button.fwe-btn.fwe-btn-link:active
|
|
4290
|
+
a.fwe-btn.fwe-btn-link:active, a.fwe-btn.fwe-btn-tertiary:active,
|
|
4291
|
+
button.fwe-btn.fwe-btn-link:active,
|
|
4292
|
+
button.fwe-btn.fwe-btn-tertiary:active {
|
|
4279
4293
|
background: none;
|
|
4280
4294
|
color: var(--fwe-hero-hover);
|
|
4281
4295
|
}
|
|
4282
|
-
a.fwe-btn.fwe-btn-link:disabled, a.fwe-btn.fwe-btn-link.fwe-disabled,
|
|
4296
|
+
a.fwe-btn.fwe-btn-link:disabled, a.fwe-btn.fwe-btn-link.fwe-disabled, a.fwe-btn.fwe-btn-tertiary:disabled, a.fwe-btn.fwe-btn-tertiary.fwe-disabled,
|
|
4283
4297
|
button.fwe-btn.fwe-btn-link:disabled,
|
|
4284
|
-
button.fwe-btn.fwe-btn-link.fwe-disabled
|
|
4298
|
+
button.fwe-btn.fwe-btn-link.fwe-disabled,
|
|
4299
|
+
button.fwe-btn.fwe-btn-tertiary:disabled,
|
|
4300
|
+
button.fwe-btn.fwe-btn-tertiary.fwe-disabled {
|
|
4285
4301
|
color: var(--fwe-text-disabled);
|
|
4286
4302
|
}
|
|
4287
4303
|
a.fwe-btn.fwe-btn-lg,
|
|
@@ -5345,7 +5361,7 @@ fieldset.fwe-progress-container label {
|
|
|
5345
5361
|
.fwe-modal--with-indicator-bar {
|
|
5346
5362
|
border-left: 8px solid var(--fwe-hero);
|
|
5347
5363
|
}
|
|
5348
|
-
.fwe-modal--with-indicator-bar.fwe-modal--warning button.fwe-btn.fwe-btn-
|
|
5364
|
+
.fwe-modal--with-indicator-bar.fwe-modal--warning button.fwe-btn.fwe-btn-tertiary, .fwe-modal--with-indicator-bar.fwe-modal--error button.fwe-btn.fwe-btn-tertiary {
|
|
5349
5365
|
color: var(--fwe-text);
|
|
5350
5366
|
}
|
|
5351
5367
|
.fwe-modal--info .fwe-modal-h2, .fwe-modal--warning .fwe-modal-h2, .fwe-modal--error .fwe-modal-h2 {
|
|
@@ -6920,12 +6936,12 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6920
6936
|
margin-left: 16px;
|
|
6921
6937
|
}
|
|
6922
6938
|
|
|
6923
|
-
.fwe-btn.fwe-btn-
|
|
6939
|
+
.fwe-btn.fwe-btn-tertiary.fwe-btn--tree-node-toggle {
|
|
6924
6940
|
color: var(--fwe-text);
|
|
6925
6941
|
padding: 0 8px 0 16px;
|
|
6926
6942
|
justify-content: flex-start;
|
|
6927
6943
|
}
|
|
6928
|
-
.fwe-btn.fwe-btn-
|
|
6944
|
+
.fwe-btn.fwe-btn-tertiary.fwe-btn--tree-node-select {
|
|
6929
6945
|
color: var(--fwe-text);
|
|
6930
6946
|
justify-content: flex-start;
|
|
6931
6947
|
min-width: 0;
|