proto-tinker-wc 0.1.13 → 0.1.15

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 (47) hide show
  1. package/dist/cjs/{app-globals-3a1e7e63.js → app-globals-V2Kpy_OQ.js} +2 -0
  2. package/dist/cjs/app-globals-V2Kpy_OQ.js.map +1 -0
  3. package/dist/cjs/{index-8f8966ee.js → index-B_32VWMZ.js} +12 -33
  4. package/dist/cjs/index-B_32VWMZ.js.map +1 -0
  5. package/dist/cjs/index.cjs.js +2 -0
  6. package/dist/cjs/index.cjs.js.map +1 -0
  7. package/dist/cjs/loader.cjs.js +4 -4
  8. package/dist/cjs/loader.cjs.js.map +1 -0
  9. package/dist/cjs/proto-tinker-wc.cjs.js +8 -6
  10. package/dist/cjs/proto-tinker-wc.cjs.js.map +1 -0
  11. package/dist/cjs/proto-tinker.cjs.entry.js +1839 -1761
  12. package/dist/cjs/proto-tinker.cjs.entry.js.map +1 -0
  13. package/dist/collection/collection-manifest.json +1 -1
  14. package/dist/collection/styles/shadow.css +1 -10
  15. package/dist/collection/tokens.css +1 -1
  16. package/dist/collection/utils/tw-version.js +1 -1
  17. package/dist/components/proto-tinker.js +1836 -1758
  18. package/dist/esm/{app-globals-0f993ce5.js → app-globals-DQuL1Twl.js} +2 -0
  19. package/dist/esm/app-globals-DQuL1Twl.js.map +1 -0
  20. package/dist/esm/{index-a9a017c8.js → index-BLmY_kFa.js} +10 -11
  21. package/dist/esm/index-BLmY_kFa.js.map +1 -0
  22. package/dist/esm/index.js +2 -0
  23. package/dist/esm/index.js.map +1 -0
  24. package/dist/esm/loader.js +5 -3
  25. package/dist/esm/loader.js.map +1 -0
  26. package/dist/esm/proto-tinker-wc.js +7 -4
  27. package/dist/esm/proto-tinker-wc.js.map +1 -0
  28. package/dist/esm/proto-tinker.entry.js +1839 -1759
  29. package/dist/esm/proto-tinker.entry.js.map +1 -0
  30. package/dist/proto-tinker-wc/index.esm.js +2 -0
  31. package/dist/proto-tinker-wc/index.esm.js.map +1 -0
  32. package/dist/proto-tinker-wc/{p-c4adaf7c.js → p-BLmY_kFa.js} +3 -2
  33. package/dist/proto-tinker-wc/p-BLmY_kFa.js.map +1 -0
  34. package/dist/proto-tinker-wc/p-DQuL1Twl.js +2 -0
  35. package/dist/proto-tinker-wc/p-DQuL1Twl.js.map +1 -0
  36. package/dist/proto-tinker-wc/p-b98f4d15.entry.js +2 -0
  37. package/dist/proto-tinker-wc/p-b98f4d15.entry.js.map +1 -0
  38. package/dist/proto-tinker-wc/proto-tinker-wc.esm.js +2 -1
  39. package/dist/proto-tinker-wc/proto-tinker-wc.esm.js.map +1 -0
  40. package/dist/proto-tinker-wc/tokens.css +1 -1
  41. package/dist/types/stencil-public-runtime.d.ts +1 -0
  42. package/dist/types/utils/tw-version.d.ts +1 -1
  43. package/package.json +7 -7
  44. package/dist/loader/package.json +0 -11
  45. package/dist/proto-tinker-wc/p-4318d6de.entry.js +0 -1
  46. package/dist/proto-tinker-wc/p-e1255160.js +0 -1
  47. package/loader/package.json +0 -11
@@ -0,0 +1 @@
1
+ {"sourcesContent":[]}
@@ -4,7 +4,7 @@
4
4
  ],
5
5
  "compiler": {
6
6
  "name": "@stencil/core",
7
- "version": "4.27.1",
7
+ "version": "4.28.2",
8
8
  "typescriptVersion": "5.5.4"
9
9
  },
10
10
  "collections": [],
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.0.9 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.0.14 | MIT License | https://tailwindcss.com */
2
2
  @layer theme, base, components, utilities;
3
3
  @layer theme {
4
4
  :root,
@@ -129,10 +129,6 @@
129
129
  .italic {
130
130
  font-style: italic;
131
131
  }
132
- .antialiased {
133
- -webkit-font-smoothing: antialiased;
134
- -moz-osx-font-smoothing: grayscale;
135
- }
136
132
  .shadow {
137
133
  --tw-shadow:
138
134
  0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)),
@@ -153,11 +149,6 @@
153
149
  background-color: var(--clrs-gray, #aaaaaa);
154
150
  }
155
151
  }
156
- .active\:text-clrs-navy {
157
- &:active {
158
- color: var(--clrs-navy, #001f3f);
159
- }
160
- }
161
152
  }
162
153
  @layer components {
163
154
  .ds1-main {
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.0.9 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.0.14 | MIT License | https://tailwindcss.com */
2
2
  @layer theme, base, components, utilities;
3
3
  @layer theme {
4
4
  :root,
@@ -1,4 +1,4 @@
1
1
  // WARNING: generated file...
2
- const TW_VERSION = '4.0.9';
2
+ const TW_VERSION = '4.0.14';
3
3
  export { TW_VERSION };
4
4
  export default TW_VERSION;