tide-design-system 2.0.41 → 2.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/package.json CHANGED
@@ -54,5 +54,5 @@
54
54
  "main": "dist/tide-design-system.cjs",
55
55
  "module": "dist/tide-design-system.esm.js",
56
56
  "types": "dist/tide-design-system.esm.d.ts",
57
- "version": "2.0.41"
57
+ "version": "2.0.42"
58
58
  }
@@ -123,7 +123,7 @@ export const CSS = {
123
123
  },
124
124
  DISPLAY: {
125
125
  BLOCK: 'tide-display-block',
126
- CONTENTS: 'tide-contents',
126
+ CONTENTS: 'tide-display-contents',
127
127
  FLEX: 'tide-display-flex',
128
128
  GRID: 'tide-display-grid',
129
129
  INITIAL: 'initial',