@wacht/jsx 0.0.1-alpha.14 → 0.0.1-alpha.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.
package/dist/index.es.js CHANGED
@@ -8789,81 +8789,81 @@ const Qf = /* @__PURE__ */ new Set([
8789
8789
  transform: rotate(360deg);
8790
8790
  }
8791
8791
  `, On = u.div`
8792
- max - width: 380px;
8793
- width: 380px;
8794
- padding: var(--space - 3xl);
8795
- background: var(--color - background);
8796
- border - radius: var(--radius - lg);
8797
- box - shadow: 0 4px 12px var(--color - shadow);
8792
+ max-width: 380px;
8793
+ width: 380px;
8794
+ padding: var(--space-3xl);
8795
+ background: var(--color-background);
8796
+ border-radius: var(--radius-lg);
8797
+ box-shadow: 0 4px 12px var(--color-shadow);
8798
8798
  `, Ia = u.div`
8799
8799
  display: flex;
8800
- justify - content: center;
8801
- align - items: center;
8802
- min - height: 200px;
8800
+ justify-content: center;
8801
+ align-items: center;
8802
+ min-height: 200px;
8803
8803
 
8804
8804
  svg {
8805
8805
  animation: ${Xf} 1s linear infinite;
8806
- color: var(--color - primary);
8806
+ color: var(--color-primary);
8807
8807
  }
8808
8808
  `, Ta = u.div`
8809
- text - align: center;
8810
- margin - bottom: var(--space - 2xl);
8811
- position: relative;
8809
+ text-align: center;
8810
+ margin-bottom: var(--space-2xl);
8811
+ position: relative;
8812
8812
  `, Ra = u.h1`
8813
- font - size: var(--font - lg);
8814
- font - weight: 400;
8815
- color: var(--color - foreground);
8816
- margin - bottom: var(--space - xs);
8817
- margin - top: 0;
8813
+ font-size: var(--font-lg);
8814
+ font-weight: 400;
8815
+ color: var(--color-foreground);
8816
+ margin-bottom: var(--space-xs);
8817
+ margin-top: 0;
8818
8818
  `, Oa = u.p`
8819
- color: var(--color - secondary - text);
8820
- font - size: var(--font - xs);
8819
+ color: var(--color-secondary-text);
8820
+ font-size: var(--font-xs);
8821
8821
  `, Jf = u.div`
8822
8822
  position: relative;
8823
- text - align: center;
8824
- margin: var(--space - 2xl) 0;
8823
+ text-align: center;
8824
+ margin: var(--space-2xl) 0;
8825
8825
 
8826
8826
  &::before {
8827
8827
  content: "";
8828
8828
  position: absolute;
8829
- top: 50 %;
8829
+ top: 50%;
8830
8830
  left: 0;
8831
8831
  right: 0;
8832
8832
  height: 1px;
8833
- background: var(--color - border);
8833
+ background: var(--color-border);
8834
8834
  }
8835
8835
  `, eg = u.span`
8836
8836
  position: relative;
8837
- background: var(--color - background);
8838
- padding: 0 var(--space - md);
8839
- color: var(--color - muted);
8840
- font - size: var(--font - xs);
8841
- font - weight: 400;
8842
- text - transform: uppercase;
8843
- letter - spacing: 0.05em;
8837
+ background: var(--color-background);
8838
+ padding: 0 var(--space-md);
8839
+ color: var(--color-muted);
8840
+ font-size: var(--font-xs);
8841
+ font-weight: 400;
8842
+ text-transform: uppercase;
8843
+ letter-spacing: 0.05em;
8844
8844
  `, rg = u.div`
8845
8845
  position: relative;
8846
8846
  `, Nt = u.p`
8847
- font - size: var(--font - 2xs);
8848
- color: var(--color - error);
8847
+ font-size: var(--font-2xs);
8848
+ color: var(--color-error);
8849
8849
  margin: 0;
8850
- margin - top: var(--space - 2xs);
8850
+ margin-top: var(--space-2xs);
8851
8851
  `, Ma = u(X)`
8852
- margin - top: var(--space - lg);
8852
+ margin-top: var(--space-lg);
8853
8853
  `, Mn = u.div`
8854
- margin - top: var(--space - lg);
8855
- text - align: center;
8856
- font - size: var(--font - xs);
8857
- color: var(--color - secondary - text);
8854
+ margin-top: var(--space-lg);
8855
+ text-align: center;
8856
+ font-size: var(--font-xs);
8857
+ color: var(--color-secondary-text);
8858
8858
  `, Wr = u.span`
8859
- color: var(--color - primary);
8860
- text - decoration: none;
8861
- font - weight: 400;
8859
+ color: var(--color-primary);
8860
+ text-decoration: none;
8861
+ font-weight: 400;
8862
8862
  transition: color 0.2s;
8863
8863
  cursor: pointer;
8864
8864
 
8865
8865
  &:hover {
8866
- color: var(--color - primary - hover);
8866
+ color: var(--color-primary-hover);
8867
8867
  }
8868
8868
  `;
8869
8869
  function My() {