@ndla/preset-panda 0.0.41 → 0.0.42

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/styles.css CHANGED
@@ -714,6 +714,7 @@
714
714
  --colors-icon-default: var(--colors-grey-950);
715
715
  --colors-icon-strong: var(--colors-primary);
716
716
  --colors-icon-on-action: var(--colors-white);
717
+ --colors-icon-subtle: var(--colors-grey-700);
717
718
  --colors-surface-brand-1: var(--colors-purple-500);
718
719
  --colors-surface-brand-1-subtle: var(--colors-purple-100);
719
720
  --colors-surface-brand-1-moderate: var(--colors-purple-300);
@@ -222,6 +222,9 @@ export const semanticTokens = defineSemanticTokens({
222
222
  },
223
223
  onAction: {
224
224
  value: "{colors.white}"
225
+ },
226
+ subtle: {
227
+ value: "{colors.grey.700}"
225
228
  }
226
229
  },
227
230
  surface: {
@@ -221,6 +221,9 @@ export declare const semanticTokens: {
221
221
  onAction: {
222
222
  value: string;
223
223
  };
224
+ subtle: {
225
+ value: string;
226
+ };
224
227
  };
225
228
  surface: {
226
229
  brand: {
@@ -228,6 +228,9 @@ const semanticTokens = exports.semanticTokens = (0, _dev.defineSemanticTokens)({
228
228
  },
229
229
  onAction: {
230
230
  value: "{colors.white}"
231
+ },
232
+ subtle: {
233
+ value: "{colors.grey.700}"
231
234
  }
232
235
  },
233
236
  surface: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ndla/preset-panda",
3
- "version": "0.0.41",
3
+ "version": "0.0.42",
4
4
  "description": "Panda preset for NDLA.",
5
5
  "license": "GPL-3.0",
6
6
  "main": "lib/index.js",
@@ -37,5 +37,5 @@
37
37
  "publishConfig": {
38
38
  "access": "public"
39
39
  },
40
- "gitHead": "1566b12dac651e40b3300afe8f41080649a9eed5"
40
+ "gitHead": "ed7db6433bf5c968357c3ab780e1cf37ce4d281c"
41
41
  }