@lumx/react 2.1.9-fix-design-tokens → 2.1.9-prefer-css-color-variables

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/package.json CHANGED
@@ -7,8 +7,8 @@
7
7
  },
8
8
  "dependencies": {
9
9
  "@juggle/resize-observer": "^3.2.0",
10
- "@lumx/core": "^2.1.9-fix-design-tokens",
11
- "@lumx/icons": "^2.1.9-fix-design-tokens",
10
+ "@lumx/core": "^2.1.9-prefer-css-color-variables",
11
+ "@lumx/icons": "^2.1.9-prefer-css-color-variables",
12
12
  "@popperjs/core": "^2.5.4",
13
13
  "body-scroll-lock": "^3.1.5",
14
14
  "classnames": "^2.2.6",
@@ -120,6 +120,6 @@
120
120
  "build:storybook": "cd storybook && ./build"
121
121
  },
122
122
  "sideEffects": false,
123
- "version": "2.1.9-fix-design-tokens",
124
- "gitHead": "ee5a809413457ebf4858532ab79c55107035641e"
123
+ "version": "2.1.9-prefer-css-color-variables",
124
+ "gitHead": "6352436b5bec89a616c0672681748f47fe751db6"
125
125
  }
@@ -4,6 +4,8 @@
4
4
  export default { title: 'LumX components/list/List Demos' };
5
5
 
6
6
  export { App as Big } from './big';
7
+ export { App as Clickable } from './clickable';
7
8
  export { App as Huge } from './huge';
9
+ export { App as Paddings } from './paddings';
8
10
  export { App as Regular } from './regular';
9
11
  export { App as Tiny } from './tiny';