praxis-kit 6.2.0 → 6.2.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.
@@ -479,7 +479,7 @@ var CONDITIONALS = {
479
479
  var SHARED_PREFIXES = [
480
480
  /^order/,
481
481
  /^justify-(?!items-|self-)/,
482
- /^content-/,
482
+ /^content-(normal|center|start|end|between|around|evenly|stretch)$/,
483
483
  /^items-/,
484
484
  /^self-/,
485
485
  /^place-content-/,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "praxis-kit",
3
- "version": "6.2.0",
3
+ "version": "6.2.1",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  "./react": {
@@ -190,11 +190,11 @@
190
190
  "vite": "^8.1.4",
191
191
  "vue": "^3.5.38",
192
192
  "@praxis-kit/adapter-utils": "0.0.0",
193
- "@praxis-kit/core": "0.0.0",
194
193
  "@praxis-kit/diagnostics": "0.0.0",
195
- "@praxis-kit/pipeline": "0.0.0",
194
+ "@praxis-kit/core": "0.0.0",
196
195
  "@praxis-kit/primitive": "0.0.0",
197
- "@praxis-kit/vite-plugin": "0.0.0"
196
+ "@praxis-kit/vite-plugin": "0.0.0",
197
+ "@praxis-kit/pipeline": "0.0.0"
198
198
  },
199
199
  "publishConfig": {
200
200
  "access": "public"