@ndla/preset-panda 0.0.2 → 0.0.4

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
@@ -502,6 +502,7 @@
502
502
  --colors-surface-action-subtle-hover: var(--colors-purple-100);
503
503
  --colors-surface-action-subtle-hover-strong: var(--colors-purple-400);
504
504
  --colors-surface-action-subtle-active: var(--colors-purple-300);
505
+ --colors-surface-action-subtle-selected: var(--colors-purple-900);
505
506
  --colors-surface-success: var(--colors-green-800);
506
507
  --colors-surface-success-hover: var(--colors-green-900);
507
508
  --colors-surface-success-active: var(--colors-green-950);
@@ -329,6 +329,9 @@ export const semanticTokens = defineSemanticTokens({
329
329
  },
330
330
  active: {
331
331
  value: "{colors.purple.300}"
332
+ },
333
+ selected: {
334
+ value: "{colors.purple.900}"
332
335
  }
333
336
  },
334
337
  success: {
@@ -328,6 +328,9 @@ export declare const semanticTokens: {
328
328
  active: {
329
329
  value: string;
330
330
  };
331
+ selected: {
332
+ value: string;
333
+ };
331
334
  };
332
335
  success: {
333
336
  DEFAULT: {
@@ -335,6 +335,9 @@ const semanticTokens = exports.semanticTokens = (0, _dev.defineSemanticTokens)({
335
335
  },
336
336
  active: {
337
337
  value: "{colors.purple.300}"
338
+ },
339
+ selected: {
340
+ value: "{colors.purple.900}"
338
341
  }
339
342
  },
340
343
  success: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ndla/preset-panda",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "description": "Panda preset for NDLA",
5
5
  "license": "GPL-3.0",
6
6
  "main": "lib/index.js",
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "c3c7ec99f9fa1bcd8e6d6f0c96d77f59773323cc"
39
+ "gitHead": "4d43efa927c3f403d61a252efd8f06647073c076"
40
40
  }