@planningcenter/tapestry 3.0.0-rc.8 → 3.0.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 (149) hide show
  1. package/dist/components/Banner/Banner.js +1 -1
  2. package/dist/components/button/BaseButton.d.ts +1 -1
  3. package/dist/components/button/BaseButton.d.ts.map +1 -1
  4. package/dist/components/button/BaseButton.js +5 -4
  5. package/dist/components/button/BaseButton.js.map +1 -1
  6. package/dist/components/button/DropdownButton.d.ts +1 -0
  7. package/dist/components/button/DropdownButton.d.ts.map +1 -1
  8. package/dist/components/button/DropdownButton.js.map +1 -1
  9. package/dist/components/button/IconButton.js +1 -1
  10. package/dist/components/button/IconButton.js.map +1 -1
  11. package/dist/components/button/PageHeaderActionsDropdownButton.d.ts +1 -0
  12. package/dist/components/button/PageHeaderActionsDropdownButton.d.ts.map +1 -1
  13. package/dist/components/button/PageHeaderActionsDropdownButton.js +1 -1
  14. package/dist/components/button/PageHeaderActionsDropdownButton.js.map +1 -1
  15. package/dist/components/button/index.d.ts +5 -0
  16. package/dist/components/button/index.d.ts.map +1 -1
  17. package/dist/components/checkbox/Checkbox.d.ts +27 -7
  18. package/dist/components/checkbox/Checkbox.d.ts.map +1 -1
  19. package/dist/components/checkbox/Checkbox.js +19 -16
  20. package/dist/components/checkbox/Checkbox.js.map +1 -1
  21. package/dist/components/checkbox/index.d.ts +1 -1
  22. package/dist/components/checkbox/index.d.ts.map +1 -1
  23. package/dist/components/input/Input.d.ts +44 -0
  24. package/dist/components/input/Input.d.ts.map +1 -0
  25. package/dist/components/input/Input.js +44 -0
  26. package/dist/components/input/Input.js.map +1 -0
  27. package/dist/components/input/index.d.ts +4 -0
  28. package/dist/components/input/index.d.ts.map +1 -0
  29. package/dist/components/internal/index.d.ts.map +1 -1
  30. package/dist/components/link/BaseLink.d.ts +1 -1
  31. package/dist/components/link/BaseLink.d.ts.map +1 -1
  32. package/dist/components/link/BaseLink.js +6 -6
  33. package/dist/components/link/BaseLink.js.map +1 -1
  34. package/dist/components/link/index.d.ts +2 -0
  35. package/dist/components/link/index.d.ts.map +1 -1
  36. package/dist/components/page-header/PageHeader.d.ts.map +1 -1
  37. package/dist/components/page-header/PageHeader.js +39 -7
  38. package/dist/components/page-header/PageHeader.js.map +1 -1
  39. package/dist/components/page-header/index.js +1 -1
  40. package/dist/components/radio/Radio.d.ts +42 -0
  41. package/dist/components/radio/Radio.d.ts.map +1 -0
  42. package/dist/components/radio/Radio.js +32 -0
  43. package/dist/components/radio/Radio.js.map +1 -0
  44. package/dist/components/radio/index.d.ts +4 -0
  45. package/dist/components/radio/index.d.ts.map +1 -0
  46. package/dist/components/radio-group/RadioGroup.d.ts +23 -0
  47. package/dist/components/radio-group/RadioGroup.d.ts.map +1 -0
  48. package/dist/components/radio-group/RadioGroup.js +29 -0
  49. package/dist/components/radio-group/RadioGroup.js.map +1 -0
  50. package/dist/components/radio-group/index.d.ts +4 -0
  51. package/dist/components/radio-group/index.d.ts.map +1 -0
  52. package/dist/components/sidenav/index.js +1 -1
  53. package/dist/components/textarea/TextArea.d.ts +38 -0
  54. package/dist/components/textarea/TextArea.d.ts.map +1 -0
  55. package/dist/components/textarea/TextArea.js +27 -0
  56. package/dist/components/textarea/TextArea.js.map +1 -0
  57. package/dist/components/textarea/index.d.ts +4 -0
  58. package/dist/components/textarea/index.d.ts.map +1 -0
  59. package/dist/components/toggle-switch/ToggleSwitch.d.ts +50 -0
  60. package/dist/components/toggle-switch/ToggleSwitch.d.ts.map +1 -0
  61. package/dist/components/toggle-switch/ToggleSwitch.js +31 -0
  62. package/dist/components/toggle-switch/ToggleSwitch.js.map +1 -0
  63. package/dist/components/toggle-switch/index.d.ts +4 -0
  64. package/dist/components/toggle-switch/index.d.ts.map +1 -0
  65. package/dist/index.css +704 -221
  66. package/dist/index.css.map +1 -1
  67. package/dist/index.d.ts +6 -12
  68. package/dist/index.d.ts.map +1 -1
  69. package/dist/index.js +4 -0
  70. package/dist/index.js.map +1 -1
  71. package/dist/jsTokens.d.ts +1 -1
  72. package/dist/jsTokens.d.ts.map +1 -1
  73. package/dist/jsTokens.js +1 -1
  74. package/dist/jsTokens.js.map +1 -1
  75. package/dist/print-no-media-queries.css +2 -2
  76. package/dist/print.css +2 -2
  77. package/dist/reactRender.css +2483 -1796
  78. package/dist/reactRender.css.map +1 -1
  79. package/dist/reactRenderLegacy.css +2483 -1796
  80. package/dist/reactRenderLegacy.css.map +1 -1
  81. package/dist/tapestry-render/dist/{buildComponent-D0S78fIn.js → buildComponent-Dr2UOgFa.js} +20 -20
  82. package/dist/tapestry-render/dist/{buildComponent-D0S78fIn.js.map → buildComponent-Dr2UOgFa.js.map} +1 -1
  83. package/dist/tapestry-render/dist/index.js +1 -1
  84. package/dist/tapestry-render/dist/index.js.map +1 -1
  85. package/dist/tapestry-render/dist/legacy.js +6 -6
  86. package/dist/tapestry-render/dist/legacy.js.map +1 -1
  87. package/dist/tapestry-reset.css +186 -0
  88. package/dist/tapestry-reset.css.map +1 -0
  89. package/dist/tapestry-reset.js +3 -0
  90. package/dist/tapestry-wc/dist/components/{p-5-Cvrlgk.js → p-BF5btZ2U.js} +2 -2
  91. package/dist/tapestry-wc/dist/components/{p-5-Cvrlgk.js.map → p-BF5btZ2U.js.map} +1 -1
  92. package/dist/tapestry-wc/dist/components/{p-74Cc2nEh.js → p-BO35mzk2.js} +2 -2
  93. package/dist/tapestry-wc/dist/components/{p-74Cc2nEh.js.map → p-BO35mzk2.js.map} +1 -1
  94. package/dist/tapestry-wc/dist/components/{p-D1rzJeWl.js → p-Bdkqq_Bn.js} +3 -3
  95. package/dist/tapestry-wc/dist/components/{p-D1rzJeWl.js.map → p-Bdkqq_Bn.js.map} +1 -1
  96. package/dist/tapestry-wc/dist/components/{p-D0G2xpOq.js → p-DhuhrZb1.js} +3 -3
  97. package/dist/tapestry-wc/dist/components/{p-D0G2xpOq.js.map → p-DhuhrZb1.js.map} +1 -1
  98. package/dist/tapestry-wc/dist/components/{p-DmP02I4b.js → p-gTgcP9lI.js} +3 -3
  99. package/dist/tapestry-wc/dist/components/{p-DmP02I4b.js.map → p-gTgcP9lI.js.map} +1 -1
  100. package/dist/tapestry-wc/dist/components/tds-page-header-nav.js +2 -2
  101. package/dist/tapestry-wc/dist/components/tds-page-header-nav.js.map +1 -1
  102. package/dist/tapestry-wc/dist/components/tds-page-header.js +5 -5
  103. package/dist/tapestry-wc/dist/components/tds-page-header.js.map +1 -1
  104. package/dist/tapestry-wc/dist/components/tds-sidenav-item.js +3 -3
  105. package/dist/tapestry-wc/dist/components/tds-sidenav-item.js.map +1 -1
  106. package/dist/tapestry-wc/dist/components/tds-sidenav-responsive-header.js +2 -2
  107. package/dist/tapestry-wc/dist/components/tds-sidenav-responsive-header.js.map +1 -1
  108. package/dist/tapestry-wc/dist/components/tds-sidenav-section.js +3 -3
  109. package/dist/tapestry-wc/dist/components/tds-sidenav-section.js.map +1 -1
  110. package/dist/tapestry-wc/dist/components/tds-sidenav.js +6 -6
  111. package/dist/tapestry-wc/dist/components/tds-sidenav.js.map +1 -1
  112. package/dist/tokens/tokens-deprecated.json +13 -166
  113. package/dist/tokens-dark.css +6 -4
  114. package/dist/tokens-dark.css.map +1 -1
  115. package/dist/tokens-dark.js +2 -0
  116. package/dist/tokens-deprecated.css +4 -102
  117. package/dist/tokens-deprecated.css.map +1 -1
  118. package/dist/tokens-deprecated.js +2 -0
  119. package/dist/tokens.css +35 -17
  120. package/dist/tokens.css.map +1 -1
  121. package/dist/tokens.js +2 -0
  122. package/dist/unstable.css +1149 -462
  123. package/dist/unstable.css.map +1 -1
  124. package/dist/unstable.d.ts +3 -3
  125. package/dist/unstable.d.ts.map +1 -1
  126. package/dist/unstable.js +10 -2
  127. package/dist/unstable.js.map +1 -1
  128. package/dist/utilities/Icon.d.ts.map +1 -1
  129. package/dist/utilities/Icon.js +12 -19
  130. package/dist/utilities/Icon.js.map +1 -1
  131. package/dist/utilities/useId.d.ts +2 -0
  132. package/dist/utilities/useId.d.ts.map +1 -0
  133. package/dist/utilities/useId.js +14 -0
  134. package/dist/utilities/useId.js.map +1 -0
  135. package/package.json +23 -19
  136. package/react-types/index.d.ts +8 -8
  137. package/react-types/popover.d.ts +7 -0
  138. package/dist/tokens/ts/react-native-tokens.d.ts +0 -1765
  139. package/dist/tokens/ts/react-native-tokens.d.ts.map +0 -1
  140. package/dist/tokens/ts/react-native-tokens.js +0 -455
  141. package/dist/tokens/ts/react-native-tokens.js.map +0 -1
  142. package/dist/tokens/ts/tokens.d.ts +0 -453
  143. package/dist/tokens/ts/tokens.d.ts.map +0 -1
  144. package/dist/tokens/ts/tokens.js +0 -455
  145. package/dist/tokens/ts/tokens.js.map +0 -1
  146. package/dist/tokens-deprecated.d.ts +0 -4
  147. package/dist/tokens-deprecated.d.ts.map +0 -1
  148. package/dist/tokens.d.ts +0 -4
  149. package/dist/tokens.d.ts.map +0 -1
@@ -1,5 +1,5 @@
1
1
  import { createRoot } from 'react-dom/client';
2
- import { b as Be } from './buildComponent-D0S78fIn.js';
2
+ import { b as Be } from './buildComponent-Dr2UOgFa.js';
3
3
 
4
4
  const o = /* @__PURE__ */ new WeakMap();
5
5
  function m() {
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../../tapestry-render/dist/index.mjs"],"sourcesContent":["import { register as d } from \"./registry.mjs\";\nimport { createRoot as c } from \"react-dom/client\";\nimport { b as s } from \"./buildComponent-D0S78fIn.mjs\";\nconst o = /* @__PURE__ */ new WeakMap();\nfunction m() {\n document.querySelectorAll(\"[data-tapestry-react-root]\").forEach((e) => {\n const t = e, r = s(t);\n if (!r) return;\n if (o.has(t)) {\n o.get(t).render(r);\n return;\n }\n const n = c(t);\n o.set(t, n), n.render(r);\n });\n}\nfunction p(e) {\n const t = o.get(e);\n t && (t.unmount(), o.delete(e));\n}\nexport {\n m as mountTapestry,\n d as register,\n p as unmount\n};\n"],"names":["s","c"],"mappings":";;;AAGA,MAAM,CAAC,mBAAmB,IAAI,OAAO,EAAE;AACvC,SAAS,CAAC,GAAG;AACb,EAAE,QAAQ,CAAC,gBAAgB,CAAC,4BAA4B,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK;AACzE,IAAI,MAAM,CAAC,GAAG,CAAC,EAAE,CAAC,GAAGA,EAAC,CAAC,CAAC,CAAC;AACzB,IAAI,IAAI,CAAC,CAAC,EAAE;AACZ,IAAI,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE;AAClB,MAAM,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC;AACxB,MAAM;AACN,IAAI;AACJ,IAAI,MAAM,CAAC,GAAGC,UAAC,CAAC,CAAC,CAAC;AAClB,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC;AAC5B,EAAE,CAAC,CAAC;AACJ;AACA,SAAS,CAAC,CAAC,CAAC,EAAE;AACd,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;AACpB,EAAE,CAAC,KAAK,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;AACjC;;;;"}
1
+ {"version":3,"file":"index.js","sources":["../../../../tapestry-render/dist/index.mjs"],"sourcesContent":["import { register as d } from \"./registry.mjs\";\nimport { createRoot as c } from \"react-dom/client\";\nimport { b as s } from \"./buildComponent-Dr2UOgFa.mjs\";\nconst o = /* @__PURE__ */ new WeakMap();\nfunction m() {\n document.querySelectorAll(\"[data-tapestry-react-root]\").forEach((e) => {\n const t = e, r = s(t);\n if (!r) return;\n if (o.has(t)) {\n o.get(t).render(r);\n return;\n }\n const n = c(t);\n o.set(t, n), n.render(r);\n });\n}\nfunction p(e) {\n const t = o.get(e);\n t && (t.unmount(), o.delete(e));\n}\nexport {\n m as mountTapestry,\n d as register,\n p as unmount\n};\n"],"names":["s","c"],"mappings":";;;AAGA,MAAM,CAAC,mBAAmB,IAAI,OAAO,EAAE;AACvC,SAAS,CAAC,GAAG;AACb,EAAE,QAAQ,CAAC,gBAAgB,CAAC,4BAA4B,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK;AACzE,IAAI,MAAM,CAAC,GAAG,CAAC,EAAE,CAAC,GAAGA,EAAC,CAAC,CAAC,CAAC;AACzB,IAAI,IAAI,CAAC,CAAC,EAAE;AACZ,IAAI,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE;AAClB,MAAM,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC;AACxB,MAAM;AACN,IAAI;AACJ,IAAI,MAAM,CAAC,GAAGC,UAAC,CAAC,CAAC,CAAC;AAClB,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC;AAC5B,EAAE,CAAC,CAAC;AACJ;AACA,SAAS,CAAC,CAAC,CAAC,EAAE;AACd,EAAE,MAAM,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC;AACpB,EAAE,CAAC,KAAK,CAAC,CAAC,OAAO,EAAE,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;AACjC;;;;"}
@@ -1,15 +1,15 @@
1
1
  import e from 'react-dom';
2
- import { b as Be } from './buildComponent-D0S78fIn.js';
2
+ import { b as Be } from './buildComponent-Dr2UOgFa.js';
3
3
 
4
- function u() {
5
- document.querySelectorAll("[data-tapestry-react-root]").forEach((o) => {
6
- const t = o, n = Be(t);
4
+ function a(o = document) {
5
+ o.querySelectorAll("[data-tapestry-react-root]").forEach((r) => {
6
+ const t = r, n = Be(t);
7
7
  n && e.render(n, t);
8
8
  });
9
9
  }
10
- function a(o) {
10
+ function p(o) {
11
11
  e.unmountComponentAtNode(o);
12
12
  }
13
13
 
14
- export { u as mountTapestryLegacy, a as unmountLegacy };
14
+ export { a as mountTapestryLegacy, p as unmountLegacy };
15
15
  //# sourceMappingURL=legacy.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"legacy.js","sources":["../../../../tapestry-render/dist/legacy.mjs"],"sourcesContent":["import e from \"react-dom\";\nimport { b as r } from \"./buildComponent-D0S78fIn.mjs\";\nfunction u() {\n document.querySelectorAll(\"[data-tapestry-react-root]\").forEach((o) => {\n const t = o, n = r(t);\n n && e.render(n, t);\n });\n}\nfunction a(o) {\n e.unmountComponentAtNode(o);\n}\nexport {\n u as mountTapestryLegacy,\n a as unmountLegacy\n};\n"],"names":["r"],"mappings":";;;AAEA,SAAS,CAAC,GAAG;AACb,EAAE,QAAQ,CAAC,gBAAgB,CAAC,4BAA4B,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK;AACzE,IAAI,MAAM,CAAC,GAAG,CAAC,EAAE,CAAC,GAAGA,EAAC,CAAC,CAAC,CAAC;AACzB,IAAI,CAAC,IAAI,CAAC,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC;AACvB,EAAE,CAAC,CAAC;AACJ;AACA,SAAS,CAAC,CAAC,CAAC,EAAE;AACd,EAAE,CAAC,CAAC,sBAAsB,CAAC,CAAC,CAAC;AAC7B;;;;"}
1
+ {"version":3,"file":"legacy.js","sources":["../../../../tapestry-render/dist/legacy.mjs"],"sourcesContent":["import e from \"react-dom\";\nimport { b as c } from \"./buildComponent-Dr2UOgFa.mjs\";\nfunction a(o = document) {\n o.querySelectorAll(\"[data-tapestry-react-root]\").forEach((r) => {\n const t = r, n = c(t);\n n && e.render(n, t);\n });\n}\nfunction p(o) {\n e.unmountComponentAtNode(o);\n}\nexport {\n a as mountTapestryLegacy,\n p as unmountLegacy\n};\n"],"names":["c"],"mappings":";;;AAEA,SAAS,CAAC,CAAC,CAAC,GAAG,QAAQ,EAAE;AACzB,EAAE,CAAC,CAAC,gBAAgB,CAAC,4BAA4B,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK;AAClE,IAAI,MAAM,CAAC,GAAG,CAAC,EAAE,CAAC,GAAGA,EAAC,CAAC,CAAC,CAAC;AACzB,IAAI,CAAC,IAAI,CAAC,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC;AACvB,EAAE,CAAC,CAAC;AACJ;AACA,SAAS,CAAC,CAAC,CAAC,EAAE;AACd,EAAE,CAAC,CAAC,sBAAsB,CAAC,CAAC,CAAC;AAC7B;;;;"}
@@ -0,0 +1,186 @@
1
+ /*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */
2
+
3
+ *,
4
+ ::before,
5
+ ::after{
6
+ box-sizing:border-box;
7
+ }
8
+
9
+ html{
10
+ font-family:var(--t-font-sans-serif);
11
+ line-height:1.15;
12
+ color:var(--t-text-color);
13
+ tab-size:4;
14
+ accent-color:var(--t-fill-color-interaction);
15
+ caret-color:var(--t-text-color);
16
+ background-color:var(--t-surface-color-card);
17
+ interpolate-size:allow-keywords;
18
+ text-size-adjust:100%;
19
+ -webkit-tap-highlight-color:transparent;
20
+ }
21
+
22
+ body{
23
+ margin:0;
24
+ font-size:var(--t-font-size-md);
25
+ font-weight:var(--t-font-weight-normal);
26
+ -moz-osx-font-smoothing:grayscale;
27
+ -webkit-font-smoothing:antialiased;
28
+ container-type:inline-size;
29
+ }
30
+
31
+ b,
32
+ strong{
33
+ font-weight:bolder;
34
+ }
35
+
36
+ code,
37
+ kbd,
38
+ samp,
39
+ pre{
40
+ font-family:var(--t-font-monospace);
41
+ font-size:1em;
42
+ }
43
+
44
+ small{
45
+ font-size:80%;
46
+ }
47
+
48
+ sub,
49
+ sup{
50
+ position:relative;
51
+ font-size:75%;
52
+ line-height:0;
53
+ vertical-align:baseline;
54
+ }
55
+
56
+ sub{
57
+ bottom:-.25em;
58
+ }
59
+
60
+ sup{
61
+ top:-.5em;
62
+ }
63
+
64
+ a{
65
+ color:var(--t-fill-color-interaction);
66
+ }
67
+
68
+ a:hover{
69
+ color:var(--t-fill-color-interaction-hover);
70
+ }
71
+
72
+ a:active{
73
+ color:var(--t-fill-color-interaction-active);
74
+ }
75
+ h1,
76
+ h2,
77
+ h3,
78
+ h4,
79
+ h5,
80
+ h6{
81
+ text-wrap:balance;
82
+ overflow-wrap:break-word;
83
+ }
84
+
85
+ p{
86
+ text-wrap:pretty;
87
+ overflow-wrap:break-word;
88
+ }
89
+
90
+ table{
91
+ text-indent:0;
92
+ border-collapse:collapse;
93
+ border-color:currentcolor;
94
+ }
95
+
96
+ button,
97
+ input,
98
+ optgroup,
99
+ select,
100
+ textarea{
101
+ margin:0;
102
+ font-family:inherit;
103
+ font-size:100%;
104
+ line-height:1.15;
105
+ }
106
+
107
+ textarea{
108
+ resize:vertical;
109
+ }
110
+ select{
111
+ word-wrap:normal;
112
+ }
113
+
114
+ select:disabled{
115
+ opacity:1;
116
+ }
117
+
118
+ ::placeholder{
119
+ color:var(--t-text-color-placeholder);
120
+ opacity:1;
121
+ }
122
+
123
+ button,
124
+ [type="button"],
125
+ [type="reset"],
126
+ [type="submit"]{
127
+ appearance:auto;
128
+ }
129
+
130
+ legend{
131
+ padding:0;
132
+ }
133
+
134
+ progress{
135
+ vertical-align:baseline;
136
+ }
137
+
138
+ ::-webkit-inner-spin-button,
139
+ ::-webkit-outer-spin-button{
140
+ height:auto;
141
+ }
142
+
143
+ [type="search"]{
144
+ appearance:textfield;
145
+ outline-offset:-2px;
146
+ }
147
+
148
+ ::-webkit-search-decoration{
149
+ appearance:none;
150
+ }
151
+
152
+ ::-webkit-file-upload-button{
153
+ font:inherit;
154
+ appearance:auto;
155
+ }
156
+
157
+ summary{
158
+ display:list-item;
159
+ }
160
+
161
+ ::-webkit-date-and-time-value{
162
+ min-height:1lh;
163
+ text-align:inherit;
164
+ }
165
+
166
+ ::-webkit-datetime-edit{
167
+ display:inline-flex;
168
+ }
169
+
170
+ ::-webkit-datetime-edit-fields-wrapper{
171
+ padding:0;
172
+ }
173
+
174
+ ::-webkit-datetime-edit,
175
+ ::-webkit-datetime-edit-year-field,
176
+ ::-webkit-datetime-edit-month-field,
177
+ ::-webkit-datetime-edit-day-field,
178
+ ::-webkit-datetime-edit-hour-field,
179
+ ::-webkit-datetime-edit-minute-field,
180
+ ::-webkit-datetime-edit-second-field,
181
+ ::-webkit-datetime-edit-millisecond-field,
182
+ ::-webkit-datetime-edit-meridiem-field{
183
+ padding-block:0;
184
+ }
185
+
186
+ /*# sourceMappingURL=tapestry-reset.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["tapestry-reset.css"],"names":[],"mappings":"AAEA,8FAA8F;;AAM9F;;;EAGE,qBAAsB;AACxB;;AAaA;EACE,oCAAqC;EACrC,gBAAiB;EACjB,yBAA0B;EAC1B,UAAW;EACX,4CAA6C;EAC7C,+BAAgC;EAChC,4CAA6C;EAC7C,+BAAgC;EAChC,qBAAsB;EACtB,uCAAwC;AAC1C;;AAeA;EACE,QAAS;EACT,+BAAgC;EAChC,uCAAwC;EACxC,iCAAkC;EAClC,kCAAmC;EACnC,0BAA2B;AAC7B;;AAWA;;EAEE,kBAAmB;AACrB;;AAOA;;;;EAIE,mCAAoC;EACpC,aAAc;AAChB;;AAMA;EACE,aAAc;AAChB;;AAMA;;EAEE,iBAAkB;EAClB,aAAc;EACd,aAAc;EACd,uBAAwB;AAC1B;;AAEA;EACE,aAAc;AAChB;;AAEA;EACE,SAAU;AACZ;;AAIA;EACE,qCAAsC;AACxC;;AAEA;EACE,2CAA4C;AAC9C;;AAEA;EACE,4CAA6C;AAC/C;AAGA;;;;;;EAME,iBAAkB;EAClB,wBAAyB;AAC3B;;AAEA;EACE,gBAAiB;EACjB,wBAAyB;AAC3B;;AAaA;EACE,aAAc;EACd,wBAAyB;EACzB,yBAA0B;AAC5B;;AAYA;;;;;EAKE,QAAS;EACT,mBAAoB;EACpB,cAAe;EACf,gBAAiB;AACnB;;AAMA;EACE,eAAgB;AAClB;AAKA;EACE,gBAAiB;AACnB;;AAMA;EACE,SAAU;AACZ;;AAOA;EACE,qCAAsC;EACtC,SAAU;AACZ;;AAMA;;;;EAIE,eAAgB;AAClB;;AAMA;EACE,SAAU;AACZ;;AAMA;EACE,uBAAwB;AAC1B;;AAMA;;EAEE,WAAY;AACd;;AAOA;EACE,oBAAqB;EACrB,mBAAoB;AACtB;;AAMA;EACE,eAAgB;AAClB;;AAOA;EACE,YAAa;EACb,eAAgB;AAClB;;AAWA;EACE,iBAAkB;AACpB;;AAaA;EACE,cAAe;EACf,kBAAmB;AACrB;;AAMA;EACE,mBAAoB;AACtB;;AAMA;EACE,SAAU;AACZ;;AAEA;;;;;;;;;EASE,eAAgB;AAClB","file":"tapestry-reset.css","sourcesContent":["/* tapestry-reset | A Planning Center Optimized CSS Reset */\n\n/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */\n\n/**\nUse a better box model (opinionated).\n*/\n\n*,\n::before,\n::after {\n box-sizing: border-box;\n}\n\n/**\n1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)\n2. Correct the line height in all browsers.\n3. Prevent adjustments of font size after orientation changes in iOS.\n4. Use a more readable tab size (opinionated).\n5. Set default caret color to match the text color (opinionated).\n6. Set default background color and tap highlight color (opinionated).\n7. Set default text color (opinionated).\n8. Remove tap highlight color on tap (opinionated).\n*/\n\nhtml {\n font-family: var(--t-font-sans-serif);\n line-height: 1.15; /* 2 */\n color: var(--t-text-color); /* 6 */\n tab-size: 4; /* 4 */\n accent-color: var(--t-fill-color-interaction);\n caret-color: var(--t-text-color); /* 5 */\n background-color: var(--t-surface-color-card); /* 7 */\n interpolate-size: allow-keywords;\n text-size-adjust: 100%; /* 3 */\n -webkit-tap-highlight-color: transparent; /* 8 */\n}\n\n/*\nSections\n========\n*/\n\n/**\nRemove the margin in all browsers.\n1. Set base font size (opinionated).\n2. Set base font weight (opinionated).\n3. Improve text rendering consistency across browsers (opinionated).\n4. Enable container queries (opinionated).\n*/\n\nbody {\n margin: 0;\n font-size: var(--t-font-size-md); /* 1 */\n font-weight: var(--t-font-weight-normal); /* 2 */\n -moz-osx-font-smoothing: grayscale; /* 3 */\n -webkit-font-smoothing: antialiased; /* 3 */\n container-type: inline-size; /* 4 */\n}\n\n/*\nText-level semantics\n====================\n*/\n\n/**\nAdd the correct font weight in Chrome and Safari.\n*/\n\nb,\nstrong {\n font-weight: bolder;\n}\n\n/**\n1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)\n2. Correct the odd 'em' font sizing in all browsers.\n*/\n\ncode,\nkbd,\nsamp,\npre {\n font-family: var(--t-font-monospace); /* 1 */\n font-size: 1em; /* 2 */\n}\n\n/**\nAdd the correct font size in all browsers.\n*/\n\nsmall {\n font-size: 80%;\n}\n\n/**\nPrevent 'sub' and 'sup' elements from affecting the line height in all browsers.\n*/\n\nsub,\nsup {\n position: relative;\n font-size: 75%;\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub {\n bottom: -.25em;\n}\n\nsup {\n top: -.5em;\n}\n\n/* Links */\n\na {\n color: var(--t-fill-color-interaction);\n}\n\na:hover {\n color: var(--t-fill-color-interaction-hover);\n}\n\na:active {\n color: var(--t-fill-color-interaction-active);\n}\n\n/* Set default heading and paragraph styles (opinionated). */\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n text-wrap: balance;\n overflow-wrap: break-word;\n}\n\np {\n text-wrap: pretty;\n overflow-wrap: break-word;\n}\n\n/*\nTabular data\n============\n*/\n\n/**\n 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)\n 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)\n 3. Remove gaps between table borders by default.\n*/\n\ntable {\n text-indent: 0; /* 1 */\n border-collapse: collapse; /* 3 */\n border-color: currentcolor; /* 2 */\n}\n\n/*\nForms\n=====\n*/\n\n/**\n1. Change the font styles in all browsers.\n2. Remove the margin in Firefox and Safari.\n*/\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n margin: 0; /* 2 */\n font-family: inherit; /* 1 */\n font-size: 100%; /* 1 */\n line-height: 1.15; /* 1 */\n}\n\n/*\n Prevent resizing textareas horizontally by default. (PCO Add)\n*/\n\ntextarea {\n resize: vertical;\n}\n\n/*\nRemove the inheritance of text transform in Firefox. (PCO Add)\n*/\nselect {\n word-wrap: normal;\n}\n\n/*\n Set disabled form elements to full opacity to match Tapestry design tokens. (PCO Add)\n*/\n\nselect:disabled {\n opacity: 1;\n}\n\n/*\n Set placeholder text color to match Tapestry design tokens.\n Opacity prevents Firefox from lowering the opacity. (PCO Add)\n*/\n\n::placeholder {\n color: var(--t-text-color-placeholder);\n opacity: 1;\n}\n\n/**\nCorrect the inability to style clickable types in iOS and Safari.\n*/\n\nbutton,\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n appearance: auto;\n}\n\n/**\nRemove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.\n*/\n\nlegend {\n padding: 0;\n}\n\n/**\nAdd the correct vertical alignment in Chrome and Firefox.\n*/\n\nprogress {\n vertical-align: baseline;\n}\n\n/**\nCorrect the cursor style of increment and decrement buttons in Safari.\n*/\n\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n height: auto;\n}\n\n/**\n1. Correct the odd appearance in Chrome and Safari.\n2. Correct the outline style in Safari.\n*/\n\n[type=\"search\"] {\n appearance: textfield; /* 1 */\n outline-offset: -2px; /* 2 */\n}\n\n/**\nRemove the inner padding in Chrome and Safari on macOS.\n*/\n\n::-webkit-search-decoration {\n appearance: none;\n}\n\n/**\n1. Correct the inability to style clickable types in iOS and Safari.\n2. Change font properties to 'inherit' in Safari.\n*/\n\n::-webkit-file-upload-button {\n font: inherit; /* 2 */\n appearance: auto; /* 1 */\n}\n\n/*\nInteractive\n===========\n*/\n\n/*\nAdd the correct display in Chrome and Safari.\n*/\n\nsummary {\n display: list-item;\n}\n\n\n/*\nPCO Additions\n===========\n*/\n\n/*\n 1. Ensure date/time inputs have the same height when empty in iOS Safari.\n 2. Ensure text alignment can be changed on date/time inputs in iOS Safari.\n*/\n\n::-webkit-date-and-time-value {\n min-height: 1lh; /* 1 */\n text-align: inherit; /* 2 */\n}\n\n/*\n Prevent height from changing on date/time inputs in macOS Safari when the input is set to `display: block`.\n*/\n\n::-webkit-datetime-edit {\n display: inline-flex;\n}\n\n/*\n Remove excess padding from pseudo-elements in date/time inputs to ensure consistent height across browsers.\n*/\n\n::-webkit-datetime-edit-fields-wrapper {\n padding: 0;\n}\n\n::-webkit-datetime-edit,\n::-webkit-datetime-edit-year-field,\n::-webkit-datetime-edit-month-field,\n::-webkit-datetime-edit-day-field,\n::-webkit-datetime-edit-hour-field,\n::-webkit-datetime-edit-minute-field,\n::-webkit-datetime-edit-second-field,\n::-webkit-datetime-edit-millisecond-field,\n::-webkit-datetime-edit-meridiem-field {\n padding-block: 0;\n}\n"]}
@@ -0,0 +1,3 @@
1
+ var undefined$1 = undefined;
2
+
3
+ export { undefined$1 as default };
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * Planning Center Tapestry Web Components
3
- * Version: 2.4.0
3
+ * Version: 3.0.0
4
4
  */
5
5
  /**
6
6
  * Elements inside of web components sometimes need to inherit global attributes
@@ -19,4 +19,4 @@ function removeSSRSlot(host) {
19
19
  }
20
20
 
21
21
  export { removeSSRSlot as r };
22
- //# sourceMappingURL=p-5-Cvrlgk.js.map
22
+ //# sourceMappingURL=p-BF5btZ2U.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"p-5-Cvrlgk.js","sources":["../../../../../tapestry-wc/dist/components/p-5-Cvrlgk.js"],"sourcesContent":["/*!\n * Planning Center Tapestry Web Components\n * Version: 2.4.0\n */\n/**\n * Elements inside of web components sometimes need to inherit global attributes\n * set on the host. For example, the button in `tds-page-header-nav-item` should inherit\n * the aria attributes that developers set directly on `tds-page-header-nav-item`. This\n * helper function should be called in componentWillLoad and assigned to a variable\n * that is later used in the render function.\n * This function also removes the attribute from the parent when its set on child.\n *\n * This does not need to be reactive as changing attributes on the host element\n * does not trigger a re-render.\n */\nfunction removeSSRSlot(host) {\n const ssrNodes = host.querySelectorAll('[slot=\"ssr\"]');\n ssrNodes.forEach((el) => el.remove());\n}\n\nexport { removeSSRSlot as r };\n//# sourceMappingURL=p-5-Cvrlgk.js.map\n\n//# sourceMappingURL=p-5-Cvrlgk.js.map"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,aAAa,CAAC,IAAI,EAAE;AAC7B,IAAI,MAAM,QAAQ,GAAG,IAAI,CAAC,gBAAgB,CAAC,cAAc,CAAC;AAC1D,IAAI,QAAQ,CAAC,OAAO,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,MAAM,EAAE,CAAC;AACzC;;;;"}
1
+ {"version":3,"file":"p-BF5btZ2U.js","sources":["../../../../../tapestry-wc/dist/components/p-BF5btZ2U.js"],"sourcesContent":["/*!\n * Planning Center Tapestry Web Components\n * Version: 3.0.0\n */\n/**\n * Elements inside of web components sometimes need to inherit global attributes\n * set on the host. For example, the button in `tds-page-header-nav-item` should inherit\n * the aria attributes that developers set directly on `tds-page-header-nav-item`. This\n * helper function should be called in componentWillLoad and assigned to a variable\n * that is later used in the render function.\n * This function also removes the attribute from the parent when its set on child.\n *\n * This does not need to be reactive as changing attributes on the host element\n * does not trigger a re-render.\n */\nfunction removeSSRSlot(host) {\n const ssrNodes = host.querySelectorAll('[slot=\"ssr\"]');\n ssrNodes.forEach((el) => el.remove());\n}\n\nexport { removeSSRSlot as r };\n//# sourceMappingURL=p-BF5btZ2U.js.map\n\n//# sourceMappingURL=p-BF5btZ2U.js.map"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,SAAS,aAAa,CAAC,IAAI,EAAE;AAC7B,IAAI,MAAM,QAAQ,GAAG,IAAI,CAAC,gBAAgB,CAAC,cAAc,CAAC;AAC1D,IAAI,QAAQ,CAAC,OAAO,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,MAAM,EAAE,CAAC;AACzC;;;;"}
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * Planning Center Tapestry Web Components
3
- * Version: 2.4.0
3
+ * Version: 3.0.0
4
4
  */
5
5
  const NAMESPACE = 'tapestry';
6
6
  const BUILD = /* tapestry */ { experimentalSlotFixes: true, hydratedSelectorName: "hydrated", lazyLoad: false, shadowDom: false, slotRelocation: true, updatable: true, watchCallback: false };
@@ -1733,4 +1733,4 @@ var proxyCustomElement = (Cstr, compactMeta) => {
1733
1733
  };
1734
1734
 
1735
1735
  export { H, Host as c, h, proxyCustomElement as p };
1736
- //# sourceMappingURL=p-74Cc2nEh.js.map
1736
+ //# sourceMappingURL=p-BO35mzk2.js.map