@ppg_pl/tinting 0.0.0 → 0.0.2

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 (48) hide show
  1. package/README.md +0 -8
  2. package/dist/cjs/loader.cjs.js +1 -1
  3. package/dist/cjs/{modal-header_10.cjs.entry.js → modal-header_9.cjs.entry.js} +25 -34
  4. package/dist/cjs/modal-header_9.cjs.entry.js.map +1 -0
  5. package/dist/cjs/tinting.cjs.js +1 -1
  6. package/dist/collection/collection-manifest.json +0 -1
  7. package/dist/collection/components/modal/index.js +15 -11
  8. package/dist/collection/components/modal/index.js.map +1 -1
  9. package/dist/collection/components/select/index.css +5 -0
  10. package/dist/components/index10.js +3925 -9
  11. package/dist/components/index10.js.map +1 -1
  12. package/dist/components/index4.js +1 -1
  13. package/dist/components/index4.js.map +1 -1
  14. package/dist/components/my-component.js +9 -15
  15. package/dist/components/my-component.js.map +1 -1
  16. package/dist/components/my-modal.js +1 -1
  17. package/dist/esm/loader.js +1 -1
  18. package/dist/esm/{modal-header_10.entry.js → modal-header_9.entry.js} +26 -34
  19. package/dist/esm/modal-header_9.entry.js.map +1 -0
  20. package/dist/esm/tinting.js +1 -1
  21. package/dist/tinting/p-cd431d43.entry.js +15 -0
  22. package/dist/tinting/p-cd431d43.entry.js.map +1 -0
  23. package/dist/tinting/tinting.esm.js +1 -1
  24. package/dist/tinting/tinting.esm.js.map +1 -1
  25. package/dist/types/components.d.ts +0 -13
  26. package/package.json +1 -1
  27. package/www/build/p-cd431d43.entry.js +15 -0
  28. package/www/build/p-cd431d43.entry.js.map +1 -0
  29. package/www/build/tinting.esm.js +1 -1
  30. package/www/build/tinting.esm.js.map +1 -1
  31. package/www/index.html +1 -1
  32. package/dist/cjs/modal-header_10.cjs.entry.js.map +0 -1
  33. package/dist/collection/components/loader/index.css +0 -85
  34. package/dist/collection/components/loader/index.js +0 -19
  35. package/dist/collection/components/loader/index.js.map +0 -1
  36. package/dist/components/index11.js +0 -3949
  37. package/dist/components/index11.js.map +0 -1
  38. package/dist/components/my-loader.d.ts +0 -11
  39. package/dist/components/my-loader.js +0 -8
  40. package/dist/components/my-loader.js.map +0 -1
  41. package/dist/esm/modal-header_10.entry.js.map +0 -1
  42. package/dist/tinting/p-06cd865b.entry.js +0 -15
  43. package/dist/tinting/p-06cd865b.entry.js.map +0 -1
  44. package/dist/types/components/loader/index.d.ts +0 -3
  45. package/www/build/p-06cd865b.entry.js +0 -15
  46. package/www/build/p-06cd865b.entry.js.map +0 -1
  47. package/www/build/p-a4907f5e.css +0 -4
  48. package/www/build/p-e2322b6c.js +0 -163
@@ -1,85 +0,0 @@
1
- .container {
2
- display: flex;
3
- justify-content: center;
4
- align-items: center;
5
- height: 190px;
6
- overflow: hidden;
7
- }
8
-
9
- .item {
10
- width: 20px;
11
- height: 20px;
12
- margin: 3px;
13
- list-style-type: none;
14
- transition: 0.5s all ease;
15
- }
16
-
17
- .item:nth-child(1) {
18
- animation: right-1 1s infinite alternate;
19
- background-color: #b8cf40;
20
- animation-delay: 20ms;
21
- }
22
- @keyframes right-1 {
23
- 0% {
24
- transform: translateY(-18px);
25
- }
26
- 100% {
27
- transform: translateY(18px);
28
- }
29
- }
30
-
31
- .item:nth-child(2) {
32
- animation: right-2 1s infinite alternate;
33
- background-color: #ee4b5e;
34
- animation-delay: 40ms;
35
- }
36
- @keyframes right-2 {
37
- 0% {
38
- transform: translateY(-21px);
39
- }
40
- 100% {
41
- transform: translateY(21px);
42
- }
43
- }
44
-
45
- .item:nth-child(3) {
46
- animation: right-3 1s infinite alternate;
47
- background-color: #ea0f47;
48
- animation-delay: 60ms;
49
- }
50
- @keyframes right-3 {
51
- 0% {
52
- transform: translateY(-24px);
53
- }
54
- 100% {
55
- transform: translateY(24px);
56
- }
57
- }
58
-
59
- .item:nth-child(4) {
60
- animation: right-4 1s infinite alternate;
61
- background-color: #d42840;
62
- animation-delay: 80ms;
63
- }
64
- @keyframes right-4 {
65
- 0% {
66
- transform: translateY(-27px);
67
- }
68
- 100% {
69
- transform: translateY(27px);
70
- }
71
- }
72
-
73
- .item:nth-child(5) {
74
- animation: right-5 1s infinite alternate;
75
- background-color: #8b2850;
76
- animation-delay: 100ms;
77
- }
78
- @keyframes right-5 {
79
- 0% {
80
- transform: translateY(-30px);
81
- }
82
- 100% {
83
- transform: translateY(30px);
84
- }
85
- }
@@ -1,19 +0,0 @@
1
- import { h } from '@stencil/core';
2
- export class MyLoader {
3
- render() {
4
- return (h("div", { class: "container" }, h("div", { class: "item" }), h("div", { class: "item" }), h("div", { class: "item" }), h("div", { class: "item" }), h("div", { class: "item" })));
5
- }
6
- static get is() { return "my-loader"; }
7
- static get encapsulation() { return "scoped"; }
8
- static get originalStyleUrls() {
9
- return {
10
- "$": ["index.scss"]
11
- };
12
- }
13
- static get styleUrls() {
14
- return {
15
- "$": ["index.css"]
16
- };
17
- }
18
- }
19
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/loader/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,CAAC,EAAE,MAAM,eAAe,CAAC;AAO7C,MAAM,OAAO,QAAQ;EACnB,MAAM;IACJ,OAAO,CACL,WAAK,KAAK,EAAC,WAAW;MACpB,WAAK,KAAK,EAAC,MAAM,GAAO;MACxB,WAAK,KAAK,EAAC,MAAM,GAAO;MACxB,WAAK,KAAK,EAAC,MAAM,GAAO;MACxB,WAAK,KAAK,EAAC,MAAM,GAAO;MACxB,WAAK,KAAK,EAAC,MAAM,GAAO,CACpB,CACP,CAAC;EACJ,CAAC;;;;;;;;;CACF","sourcesContent":["import { Component, h } from '@stencil/core';\n\n@Component({\n tag: 'my-loader',\n styleUrl: 'index.scss',\n scoped: true,\n})\nexport class MyLoader {\n render() {\n return (\n <div class=\"container\">\n <div class=\"item\"></div>\n <div class=\"item\"></div>\n <div class=\"item\"></div>\n <div class=\"item\"></div>\n <div class=\"item\"></div>\n </div>\n );\n }\n}\n"]}