@papillonarts/components 0.44.0 → 0.45.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.
Files changed (38) hide show
  1. package/build/Modern/Avatar/Avatar.d.ts +28 -0
  2. package/build/Modern/Avatar/Avatar.d.ts.map +1 -0
  3. package/build/Modern/Avatar/Avatar.docs.json +51 -0
  4. package/build/Modern/Avatar/Avatar.js +56 -0
  5. package/build/Modern/Avatar/Avatar.module.scss +36 -0
  6. package/build/Modern/Avatar/__tests__/Avatar.doc.md +110 -0
  7. package/build/Modern/Avatar/index.d.ts +3 -0
  8. package/build/Modern/Avatar/index.d.ts.map +1 -0
  9. package/build/Modern/Avatar/index.js +12 -0
  10. package/build/Modern/AvatarStack/AvatarStack.d.ts +14 -0
  11. package/build/Modern/AvatarStack/AvatarStack.d.ts.map +1 -0
  12. package/build/Modern/AvatarStack/AvatarStack.docs.json +81 -0
  13. package/build/Modern/AvatarStack/AvatarStack.js +155 -0
  14. package/build/Modern/AvatarStack/AvatarStack.module.scss +270 -0
  15. package/build/Modern/AvatarStack/__tests__/AvatarStack.doc.md +194 -0
  16. package/build/Modern/AvatarStack/index.d.ts +3 -0
  17. package/build/Modern/AvatarStack/index.d.ts.map +1 -0
  18. package/build/Modern/AvatarStack/index.js +12 -0
  19. package/build/Modern/index.d.ts +14 -0
  20. package/build/Modern/index.d.ts.map +1 -1
  21. package/build/Modern/index.js +8 -0
  22. package/build/Modern/type.d.ts +1 -0
  23. package/build/Modern/type.d.ts.map +1 -1
  24. package/build/Modern/utils/hasInteractiveNodes.d.ts +11 -0
  25. package/build/Modern/utils/hasInteractiveNodes.d.ts.map +1 -0
  26. package/build/Modern/utils/hasInteractiveNodes.js +64 -0
  27. package/build/Modern/utils/testing.d.ts +2 -0
  28. package/build/Modern/utils/testing.d.ts.map +1 -0
  29. package/build/Modern/utils/testing.js +29 -0
  30. package/build/Modern/utils/types/ViewportRangeKeys.d.ts +3 -0
  31. package/build/Modern/utils/types/ViewportRangeKeys.d.ts.map +1 -0
  32. package/build/Modern/utils/types/ViewportRangeKeys.js +5 -0
  33. package/build/Modern/utils/types/index.d.ts +1 -0
  34. package/build/Modern/utils/types/index.d.ts.map +1 -1
  35. package/build/Modern/utils/types/index.js +11 -0
  36. package/build/index.d.ts +1 -1
  37. package/build/index.d.ts.map +1 -1
  38. package/package.json +4 -4
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -1,3 +1,4 @@
1
1
  export * from './ComponentProps';
2
2
  export * from './Slots';
3
+ export * from './ViewportRangeKeys';
3
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Modern/utils/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAA;AAChC,cAAc,SAAS,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/Modern/utils/types/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAA;AAChC,cAAc,SAAS,CAAA;AACvB,cAAc,qBAAqB,CAAA"}
@@ -24,4 +24,15 @@ Object.keys(_Slots).forEach(function (key) {
24
24
  return _Slots[key];
25
25
  }
26
26
  });
27
+ });
28
+ var _ViewportRangeKeys = require("./ViewportRangeKeys");
29
+ Object.keys(_ViewportRangeKeys).forEach(function (key) {
30
+ if (key === "default" || key === "__esModule") return;
31
+ if (key in exports && exports[key] === _ViewportRangeKeys[key]) return;
32
+ Object.defineProperty(exports, key, {
33
+ enumerable: true,
34
+ get: function get() {
35
+ return _ViewportRangeKeys[key];
36
+ }
37
+ });
27
38
  });
package/build/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  export { Legacy } from './Legacy';
2
2
  export type { IAlertConsent, IFlexGridItem } from './Legacy/type';
3
3
  export { Modern } from './Modern';
4
- export type { FlashProps, LinkProps, PaginationProps } from './Modern/type';
4
+ export type { AvatarProps, FlashProps, LinkProps, PaginationProps } from './Modern/type';
5
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAA;AACjC,YAAY,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,eAAe,CAAA;AACjE,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAA;AACjC,YAAY,EAAE,UAAU,EAAE,SAAS,EAAE,eAAe,EAAE,MAAM,eAAe,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAA;AACjC,YAAY,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,eAAe,CAAA;AACjE,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAA;AACjC,YAAY,EAAE,WAAW,EAAE,UAAU,EAAE,SAAS,EAAE,eAAe,EAAE,MAAM,eAAe,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@papillonarts/components",
3
- "version": "0.44.0",
3
+ "version": "0.45.0",
4
4
  "description": "Papillon Arts Components",
5
5
  "homepage": "https://github.com/papillonarts/papillonarts/tree/master/packages/components",
6
6
  "repository": {
@@ -26,8 +26,8 @@
26
26
  "build-release": "npm run build"
27
27
  },
28
28
  "dependencies": {
29
- "@papillonarts/css": "^0.44.0",
30
- "@papillonarts/library": "^0.44.0"
29
+ "@papillonarts/css": "^0.45.0",
30
+ "@papillonarts/library": "^0.45.0"
31
31
  },
32
- "gitHead": "52ef922fc375efa9f422ba027ee78ec16dc63e82"
32
+ "gitHead": "b632bc28824413203621efd72de2adcc04c094c8"
33
33
  }