wafields 0.29.2 → 0.30.0
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/dist/attributes/{profile/collection → collection}/pets/breed/AttributeCollectionPetBreedDisplay.d.ts +1 -1
- package/dist/attributes/{profile/collection → collection}/pets/breed/AttributeCollectionPetBreedEditing.d.ts +1 -1
- package/dist/attributes/{profile/collection → collection}/pets/breed/AttributeCollectionPetBreedNonEdit.d.ts +1 -1
- package/dist/attributes/{profile/collection → collection}/pets/height/AttributeCollectionPetHeightDisplay.d.ts +1 -1
- package/dist/attributes/{profile/collection → collection}/pets/height/AttributeCollectionPetHeightNonEdit.d.ts +1 -1
- package/dist/attributes/{profile/collection → collection}/pets/weight/AttributeCollectionPetWeightDisplay.d.ts +1 -1
- package/dist/attributes/{profile/collection → collection}/pets/weight/AttributeCollectionPetWeightNonEdit.d.ts +1 -1
- package/dist/attributes/{profile/common → common}/dob/AttributeCommonDobDisplay.d.ts +1 -1
- package/dist/attributes/{profile/common → common}/dob/AttributeCommonDobEditing.d.ts +1 -1
- package/dist/attributes/{profile/common → common}/dob/AttributeCommonDobNonEdit.d.ts +1 -1
- package/dist/attributes/{profile/common → common}/gender/AttributeCommonGenderDisplay.d.ts +1 -1
- package/dist/attributes/{profile/common → common}/gender/AttributeCommonGenderEditing.d.ts +1 -1
- package/dist/attributes/{profile/common → common}/gender/AttributeCommonGenderNonEdit.d.ts +1 -1
- package/dist/attributes/{profile/common → common}/handedness/AttributeCommonHandednessDisplay.d.ts +1 -1
- package/dist/attributes/{profile/common → common}/handedness/AttributeCommonHandednessEditing.d.ts +1 -1
- package/dist/attributes/{profile/common → common}/handedness/AttributeCommonHandednessNonEdit.d.ts +1 -1
- package/dist/attributes/index.d.ts +2 -0
- package/dist/attributes/profile/index.d.ts +0 -2
- package/dist/attributes/profile/uoi/sports/basketball/positions/BasketballPositionIcon.d.ts +1 -1
- package/dist/common/PasswordRequirement.d.ts +6 -0
- package/dist/common/index.d.ts +1 -0
- package/dist/{index-DEgzpXuI.mjs → index-BqRLJEIF.mjs} +3572 -3552
- package/dist/{index-keSH1kEj.js → index-CyAuFWkL.js} +52 -52
- package/dist/main/index.d.ts +1 -0
- package/dist/main/profile/index.d.ts +0 -1
- package/dist/{mapbox-gl-DDu0f0p_-D4174aVj.js → mapbox-gl-C_M9-Jhe-CKORmp9G.js} +1 -1
- package/dist/{mapbox-gl-DDu0f0p_-CX2bfXIc.mjs → mapbox-gl-C_M9-Jhe-DhIO0_8V.mjs} +1 -1
- package/dist/{maplibre-gl-dqskSSaf-CNm2GkWY.js → maplibre-gl-DgbsWgvV-BiFwh7YN.js} +1 -1
- package/dist/{maplibre-gl-dqskSSaf-DMrk0sbA.mjs → maplibre-gl-DgbsWgvV-JapJLdFs.mjs} +1 -1
- package/dist/wafields.cjs.js +1 -1
- package/dist/wafields.css +1 -1
- package/dist/wafields.es.js +12 -11
- package/package.json +3 -3
- /package/dist/attributes/{profile/collection → collection}/index.d.ts +0 -0
- /package/dist/attributes/{profile/collection → collection}/pets/breed/index.d.ts +0 -0
- /package/dist/attributes/{profile/collection → collection}/pets/height/index.d.ts +0 -0
- /package/dist/attributes/{profile/collection → collection}/pets/index.d.ts +0 -0
- /package/dist/attributes/{profile/collection → collection}/pets/weight/index.d.ts +0 -0
- /package/dist/attributes/{profile/common → common}/dob/index.d.ts +0 -0
- /package/dist/attributes/{profile/common → common}/gender/index.d.ts +0 -0
- /package/dist/attributes/{profile/common → common}/gender/util.d.ts +0 -0
- /package/dist/attributes/{profile/common → common}/handedness/index.d.ts +0 -0
- /package/dist/attributes/{profile/common → common}/handedness/util.d.ts +0 -0
- /package/dist/attributes/{profile/common → common}/index.d.ts +0 -0
- /package/dist/main/{profile/collection → collection}/CollectionTypePicker.d.ts +0 -0
- /package/dist/main/{profile/collection → collection}/index.d.ts +0 -0
package/dist/main/index.d.ts
CHANGED