hr-design-system-handlebars 1.90.0 → 1.90.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/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v1.90.1 (Thu Aug 08 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - :lipstick: Set missing colors for lightmode [#1043](https://github.com/mumprod/hr-design-system-handlebars/pull/1043) ([@szuelch](https://github.com/szuelch))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@szuelch](https://github.com/szuelch)
10
+
11
+ ---
12
+
1
13
  # v1.90.0 (Wed Aug 07 2024)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -3327,7 +3327,7 @@ article.indexTextDS .indexTextHighlighted .link {
3327
3327
  border-bottom-color: var(--color-secondary-ds);
3328
3328
  }
3329
3329
  .counter-reset {
3330
- counter-reset: cnt1723025026110;
3330
+ counter-reset: cnt1723106212916;
3331
3331
  }
3332
3332
  .hyphens-auto {
3333
3333
  -webkit-hyphens: auto;
@@ -3735,7 +3735,7 @@ article.indexTextDS .indexTextHighlighted .link {
3735
3735
  --tw-ring-color: rgba(255, 255, 255, 0.5);
3736
3736
  }
3737
3737
  .-ordered {
3738
- counter-increment: cnt1723025026110 1;
3738
+ counter-increment: cnt1723106212916 1;
3739
3739
  }
3740
3740
  .-ordered::before {
3741
3741
  position: absolute;
@@ -3751,7 +3751,7 @@ article.indexTextDS .indexTextHighlighted .link {
3751
3751
  letter-spacing: .0125em;
3752
3752
  --tw-text-opacity: 1;
3753
3753
  color: rgba(0, 0, 0, var(--tw-text-opacity));
3754
- content: counter(cnt1723025026110);
3754
+ content: counter(cnt1723106212916);
3755
3755
  }
3756
3756
  /*! ****************************/
3757
3757
  /*! DataPolicy stuff */
@@ -4034,23 +4034,29 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
4034
4034
  -webkit-line-clamp: 3;
4035
4035
  }
4036
4036
  :root .ardplayer.ardplayer-light-mode, [data-theme='default'] .ardplayer.ardplayer-light-mode {
4037
+ --ardplayer-color-ui-background-shim: var(
4038
+ --ardplayer-darkmode-color-ui-background-shim
4039
+ );
4040
+ --ardplayer-color-ui-background-shim-s: var(
4041
+ --ardplayer-darkmode-color-ui-background-shim-s
4042
+ );
4037
4043
  --ardplayer-lightmode-color-darkest: #000000;
4044
+ --ardplayer-color-lightest-transparent-50: var(
4045
+ --ardplayer-darkmode-color-lightest-transparent-50
4046
+ );
4038
4047
  }
4039
- :root .ardplayer.ardplayer-state-live.ardplayer-light-mode, [data-theme='default'] .ardplayer.ardplayer-state-live.ardplayer-light-mode {
4048
+ :root .ardplayer.ardplayer-light-mode.ardplayer-state-live, [data-theme='default'] .ardplayer.ardplayer-light-mode.ardplayer-state-live {
4040
4049
  --ardplayer-color-primary-live: #d34600;
4041
4050
  --ardplayer-color-primary-live-transparent-30: rgba(
4042
4051
  211, 70, 0, 0.7
4043
4052
  );
4044
- --ardplayer-color-ui-background-shim: var(
4045
- --ardplayer-darkmode-color-ui-background-shim
4046
- );
4047
4053
  --ardplayer-lightmode-color-lightest-transparent-30: #d34600;
4048
4054
  }
4049
- :root .ardplayer.ardplayer-state-live.ardplayer-light-mode .ardplayer-controlbar .ardplayer-controlbar-hover, [data-theme='default'] .ardplayer.ardplayer-state-live.ardplayer-light-mode .ardplayer-controlbar .ardplayer-controlbar-hover {
4055
+ :root .ardplayer.ardplayer-light-mode.ardplayer-state-live .ardplayer-controlbar .ardplayer-controlbar-hover, [data-theme='default'] .ardplayer.ardplayer-light-mode.ardplayer-state-live .ardplayer-controlbar .ardplayer-controlbar-hover {
4050
4056
  --ardplayer-color-lightest: #ffffff;
4051
4057
  color: var(--ardplayer-color-lightest);
4052
4058
  }
4053
- :root .ardplayer.ardplayer-state-live.ardplayer-light-mode .noUi-handle, [data-theme='default'] .ardplayer.ardplayer-state-live.ardplayer-light-mode .noUi-handle {
4059
+ :root .ardplayer.ardplayer-light-mode.ardplayer-state-live .noUi-handle, [data-theme='default'] .ardplayer.ardplayer-light-mode.ardplayer-state-live .noUi-handle {
4054
4060
  background: #d34600;
4055
4061
  }
4056
4062
  [data-theme='hessenschau'] {
@@ -5120,15 +5126,15 @@ ul.restrictedToTwo li:nth-of-type(1n + 2) .timelineBorder {
5120
5126
  --ardplayer-color-tertiary-base: #8C033D;
5121
5127
  --ardplayer-color-lightest: #ffffff;
5122
5128
  --ardplayer-lightmode-color-lightest-transparent-30: #8C033D;
5129
+ --ardplayer-color-ui-background-shim: var(
5130
+ --ardplayer-darkmode-color-ui-background-shim
5131
+ );
5123
5132
  }
5124
5133
  [data-theme='hr2'] .ardplayer.ardplayer-light-mode.ardplayer-state-live {
5125
5134
  --ardplayer-color-primary-live: #e5007d;
5126
5135
  --ardplayer-color-primary-live-transparent-30: rgba(
5127
5136
  229, 0, 125, 0.7
5128
5137
  );
5129
- --ardplayer-color-ui-background-shim: var(
5130
- --ardplayer-darkmode-color-ui-background-shim
5131
- );
5132
5138
  --ardplayer-lightmode-color-lightest-transparent-30: #e5007d;
5133
5139
  }
5134
5140
  [data-theme='hr2'] .ardplayer.ardplayer-light-mode.ardplayer-state-live .noUi-handle {
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "license": "MIT",
7
7
  "main": "dist/index.js",
8
8
  "repository": "https://github.com/szuelch/hr-design-system-handlebars",
9
- "version": "1.90.0",
9
+ "version": "1.90.1",
10
10
  "scripts": {
11
11
  "test": "echo \"Error: no test specified\" && exit 1",
12
12
  "storybook": "storybook dev -p 6006 public",
@@ -188,18 +188,21 @@
188
188
  }
189
189
 
190
190
  &.ardplayer-light-mode {
191
+ --ardplayer-color-ui-background-shim: var(
192
+ --ardplayer-darkmode-color-ui-background-shim
193
+ );
194
+ --ardplayer-color-ui-background-shim-s: var(
195
+ --ardplayer-darkmode-color-ui-background-shim-s
196
+ );
191
197
  --ardplayer-lightmode-color-darkest: theme('colors.black.DEFAULT');
192
- }
193
-
194
- &.ardplayer-state-live {
195
- &.ardplayer-light-mode {
198
+ --ardplayer-color-lightest-transparent-50: var(
199
+ --ardplayer-darkmode-color-lightest-transparent-50
200
+ );
201
+ &.ardplayer-state-live {
196
202
  --ardplayer-color-primary-live: theme('colors.orange.spicyCarrot.hex');
197
203
  --ardplayer-color-primary-live-transparent-30: rgba(
198
204
  theme('colors.orange.spicyCarrot.rgb') / 70%
199
205
  );
200
- --ardplayer-color-ui-background-shim: var(
201
- --ardplayer-darkmode-color-ui-background-shim
202
- );
203
206
  --ardplayer-lightmode-color-lightest-transparent-30: theme(
204
207
  'colors.orange.spicyCarrot.hex'
205
208
  );
@@ -1387,15 +1390,15 @@
1387
1390
  --ardplayer-color-tertiary-base: theme('colors.red.paprika.hex');
1388
1391
  --ardplayer-color-lightest: theme('colors.white.DEFAULT');
1389
1392
  --ardplayer-lightmode-color-lightest-transparent-30: theme('colors.red.paprika.hex');
1393
+ --ardplayer-color-ui-background-shim: var(
1394
+ --ardplayer-darkmode-color-ui-background-shim
1395
+ );
1390
1396
 
1391
1397
  &.ardplayer-state-live {
1392
1398
  --ardplayer-color-primary-live: theme('colors.pink.rose.hex');
1393
1399
  --ardplayer-color-primary-live-transparent-30: rgba(
1394
1400
  theme('colors.pink.rose.rgb') / 70%
1395
1401
  );
1396
- --ardplayer-color-ui-background-shim: var(
1397
- --ardplayer-darkmode-color-ui-background-shim
1398
- );
1399
1402
  --ardplayer-lightmode-color-lightest-transparent-30: theme('colors.pink.rose.hex');
1400
1403
 
1401
1404
  .noUi-handle {