@openedx/paragon 23.10.0 → 23.10.1

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.
@@ -144,10 +144,6 @@ async function buildTokensCommand(commandArgs) {
144
144
  {
145
145
  format: 'css/component-button-variant-overrides',
146
146
  destination: `themes/${themeVariant}/overrides/component-button-variants.css`,
147
- filter: transformSourceTokensOnly ? 'isSource' : undefined,
148
- options: {
149
- outputReferences,
150
- },
151
147
  },
152
148
  ],
153
149
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openedx/paragon",
3
- "version": "23.10.0",
3
+ "version": "23.10.1",
4
4
  "description": "Accessible, responsive UI component library based on Bootstrap.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",