oddsgate-ds 1.0.69 → 1.0.70

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oddsgate-ds",
3
- "version": "1.0.69",
3
+ "version": "1.0.70",
4
4
  "description": "Miew theme component library",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -314,7 +314,8 @@ export const utilities: {
314
314
  "radius": {
315
315
  property: "border-radius",
316
316
  class: "radius",
317
- values: radius
317
+ values: radius,
318
+ responsive: true,
318
319
  },
319
320
  "zIndex": {
320
321
  property: "z-index",