@tasteee/zest 0.2.0 → 0.4.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.
package/README.md CHANGED
@@ -76,22 +76,49 @@ attribute autocompletion for the `<z-*>` elements.
76
76
 
77
77
  ## Components
78
78
 
79
- Foundation `z-box` `z-text` `z-card` `z-line` `z-separator` ·
80
- Layout `z-stack` `z-grid` `z-cluster` `z-center` `z-container` `z-section`
81
- `z-surface` `z-scroll` `z-spacer` ·
82
- Actions `z-button` `z-button-group` `z-toggle` `z-toggle-group` `z-link` ·
83
- Forms `z-input` `z-textarea` `z-checkbox` `z-switch` `z-radio` `z-radio-group`
84
- `z-slider` `z-select` `z-combobox` `z-color-picker` `z-input-otp` ·
85
- Data display `z-badge` `z-avatar` `z-progress` `z-skeleton` `z-table`
86
- `z-pagination` `z-stat` ·
87
- Navigation `z-breadcrumbs` `z-tabs` `z-collapsible` `z-accordion` `z-menu`
88
- `z-nav-menu` `z-sidebar` ·
89
- Overlays `z-tooltip` `z-popover` `z-hover-card` `z-dialog` `z-alert-dialog`
90
- `z-alert` `z-sheet` `z-drawer` `z-context-menu` `z-toast` `z-command` ·
91
- Specialized `z-empty-state` `z-scroll-area` `z-code-block` `z-post-meta`
92
- `z-carousel` `z-chart`
93
-
94
- ## Local development
79
+ ### Complete catalog
80
+
81
+ The generated [`custom-elements.json`](./custom-elements.json) is the
82
+ machine-readable source for editor tooling; the docs component manifest mirrors
83
+ the same 138 elements.
84
+
85
+ #### Foundations
86
+
87
+ `z-box` `z-display` `z-eyebrow` `z-text` `z-heading` `z-subheading` `z-label` `z-inline` `z-card` `z-line` `z-separator`
88
+
89
+ #### Layout
90
+
91
+ `z-row` `z-column` `z-stack` `z-grid` `z-bento-grid` `z-bento-item` `z-cluster` `z-center` `z-container` `z-section` `z-surface` `z-scroll` `z-spacer` `z-chassis` `z-resizable-panels` `z-panel` `z-panel-handle` `z-editor-canvas` `z-canvas-item`
92
+
93
+ #### Actions
94
+
95
+ `z-button` `z-button-group` `z-toggle` `z-toggle-group` `z-toggle-group-item` `z-toolbar` `z-toolbar-group` `z-swap` `z-link`
96
+
97
+ #### Forms
98
+
99
+ `z-field` `z-input` `z-textarea` `z-checkbox` `z-switch` `z-radio` `z-radio-group` `z-slider` `z-range` `z-range-handle` `z-select` `z-combobox` `z-filter` `z-color-picker` `z-input-otp`
100
+
101
+ #### Data Display
102
+
103
+ `z-badge` `z-avatar` `z-avatar-stack` `z-progress` `z-skeleton` `z-table` `z-pagination` `z-stat` `z-relative-time` `z-status-dot` `z-kbd` `z-list` `z-list-row` `z-tree` `z-virtual-list`
104
+
105
+ #### Navigation
106
+
107
+ `z-breadcrumbs` `z-tabs` `z-collapsible` `z-accordion` `z-menu` `z-nav-menu` `z-sidebar` `z-dock` `z-dock-item`
108
+
109
+ #### Overlays
110
+
111
+ `z-tooltip` `z-popover` `z-hover-card` `z-dialog` `z-alert-dialog` `z-alert` `z-sheet` `z-drawer` `z-context-menu` `z-toast` `z-command`
112
+
113
+ #### Specialized
114
+
115
+ `z-callout` `z-empty-state` `z-scroll-area` `z-code-block` `z-markdown` `z-terminal` `z-post-meta` `z-carousel` `z-chart` `z-aura` `z-marquee` `z-progressive-blur` `z-pointer-follow` `z-draggable` `z-drop-target` `z-sortable` `z-dropzone` `z-piano-roll` `z-pattern-roll`
116
+
117
+ #### Chat
118
+
119
+ `z-chat-shell` `z-chat-header` `z-conversation-list` `z-conversation-item` `z-message-list` `z-message-group` `z-message-bubble` `z-message-actions` `z-reactions` `z-emoji-picker` `z-date-divider` `z-unread-divider` `z-system-message` `z-delivery-status` `z-read-receipt` `z-quoted-message` `z-file-attachment` `z-image-message` `z-attachment-chip` `z-attachment-tray` `z-typing-indicator` `z-composer` `z-send-button` `z-streaming-text` `z-thinking` `z-tool-call` `z-citation` `z-sources` `z-suggestion-chips` `z-model-picker`
120
+
121
+ ## Local development
95
122
 
96
123
  ```sh
97
124
  pnpm install
@@ -2242,7 +2242,7 @@
2242
2242
  },
2243
2243
  {
2244
2244
  "kind": "field",
2245
- "name": "doesLightUpOnHover",
2245
+ "name": "isReactive",
2246
2246
  "type": {
2247
2247
  "text": "boolean"
2248
2248
  }
@@ -2285,8 +2285,8 @@
2285
2285
  }
2286
2286
  },
2287
2287
  {
2288
- "name": "does-light-up-on-hover",
2289
- "fieldName": "doesLightUpOnHover",
2288
+ "name": "is-reactive",
2289
+ "fieldName": "isReactive",
2290
2290
  "type": {
2291
2291
  "text": "boolean"
2292
2292
  }
@@ -3610,6 +3610,170 @@
3610
3610
  }
3611
3611
  ]
3612
3612
  },
3613
+ {
3614
+ "kind": "class",
3615
+ "customElement": true,
3616
+ "tagName": "z-column",
3617
+ "name": "ZColumn",
3618
+ "members": [
3619
+ {
3620
+ "kind": "field",
3621
+ "name": "gap",
3622
+ "type": {
3623
+ "text": "string"
3624
+ }
3625
+ },
3626
+ {
3627
+ "kind": "field",
3628
+ "name": "padding",
3629
+ "type": {
3630
+ "text": "string"
3631
+ }
3632
+ },
3633
+ {
3634
+ "kind": "field",
3635
+ "name": "margin",
3636
+ "type": {
3637
+ "text": "string"
3638
+ }
3639
+ },
3640
+ {
3641
+ "kind": "field",
3642
+ "name": "alignsX",
3643
+ "type": {
3644
+ "text": "string"
3645
+ }
3646
+ },
3647
+ {
3648
+ "kind": "field",
3649
+ "name": "alignsY",
3650
+ "type": {
3651
+ "text": "string"
3652
+ }
3653
+ },
3654
+ {
3655
+ "kind": "field",
3656
+ "name": "wrap",
3657
+ "type": {
3658
+ "text": "boolean"
3659
+ }
3660
+ },
3661
+ {
3662
+ "kind": "field",
3663
+ "name": "fullWidth",
3664
+ "type": {
3665
+ "text": "boolean"
3666
+ }
3667
+ },
3668
+ {
3669
+ "kind": "field",
3670
+ "name": "fullHeight",
3671
+ "type": {
3672
+ "text": "boolean"
3673
+ }
3674
+ },
3675
+ {
3676
+ "kind": "field",
3677
+ "name": "inset",
3678
+ "type": {
3679
+ "text": "string"
3680
+ }
3681
+ },
3682
+ {
3683
+ "kind": "field",
3684
+ "name": "insetX",
3685
+ "type": {
3686
+ "text": "string"
3687
+ }
3688
+ },
3689
+ {
3690
+ "kind": "field",
3691
+ "name": "insetY",
3692
+ "type": {
3693
+ "text": "string"
3694
+ }
3695
+ }
3696
+ ],
3697
+ "attributes": [
3698
+ {
3699
+ "name": "gap",
3700
+ "fieldName": "gap",
3701
+ "type": {
3702
+ "text": "string"
3703
+ }
3704
+ },
3705
+ {
3706
+ "name": "padding",
3707
+ "fieldName": "padding",
3708
+ "type": {
3709
+ "text": "string"
3710
+ }
3711
+ },
3712
+ {
3713
+ "name": "margin",
3714
+ "fieldName": "margin",
3715
+ "type": {
3716
+ "text": "string"
3717
+ }
3718
+ },
3719
+ {
3720
+ "name": "aligns-x",
3721
+ "fieldName": "alignsX",
3722
+ "type": {
3723
+ "text": "string"
3724
+ }
3725
+ },
3726
+ {
3727
+ "name": "aligns-y",
3728
+ "fieldName": "alignsY",
3729
+ "type": {
3730
+ "text": "string"
3731
+ }
3732
+ },
3733
+ {
3734
+ "name": "wrap",
3735
+ "fieldName": "wrap",
3736
+ "type": {
3737
+ "text": "boolean"
3738
+ }
3739
+ },
3740
+ {
3741
+ "name": "full-width",
3742
+ "fieldName": "fullWidth",
3743
+ "type": {
3744
+ "text": "boolean"
3745
+ }
3746
+ },
3747
+ {
3748
+ "name": "full-height",
3749
+ "fieldName": "fullHeight",
3750
+ "type": {
3751
+ "text": "boolean"
3752
+ }
3753
+ },
3754
+ {
3755
+ "name": "inset",
3756
+ "fieldName": "inset",
3757
+ "type": {
3758
+ "text": "string"
3759
+ }
3760
+ },
3761
+ {
3762
+ "name": "inset-x",
3763
+ "fieldName": "insetX",
3764
+ "type": {
3765
+ "text": "string"
3766
+ }
3767
+ },
3768
+ {
3769
+ "name": "inset-y",
3770
+ "fieldName": "insetY",
3771
+ "type": {
3772
+ "text": "string"
3773
+ }
3774
+ }
3775
+ ]
3776
+ },
3613
3777
  {
3614
3778
  "kind": "class",
3615
3779
  "customElement": true,
@@ -3623,6 +3787,13 @@
3623
3787
  "text": "string"
3624
3788
  }
3625
3789
  },
3790
+ {
3791
+ "kind": "field",
3792
+ "name": "label",
3793
+ "type": {
3794
+ "text": "string"
3795
+ }
3796
+ },
3626
3797
  {
3627
3798
  "kind": "field",
3628
3799
  "name": "placeholder",
@@ -3681,6 +3852,13 @@
3681
3852
  "text": "string"
3682
3853
  }
3683
3854
  },
3855
+ {
3856
+ "name": "label",
3857
+ "fieldName": "label",
3858
+ "type": {
3859
+ "text": "string"
3860
+ }
3861
+ },
3684
3862
  {
3685
3863
  "name": "placeholder",
3686
3864
  "fieldName": "placeholder",
@@ -5696,6 +5874,86 @@
5696
5874
  }
5697
5875
  ]
5698
5876
  },
5877
+ {
5878
+ "kind": "class",
5879
+ "customElement": true,
5880
+ "tagName": "z-field",
5881
+ "name": "ZField",
5882
+ "members": [
5883
+ {
5884
+ "kind": "field",
5885
+ "name": "label",
5886
+ "type": {
5887
+ "text": "string"
5888
+ }
5889
+ },
5890
+ {
5891
+ "kind": "field",
5892
+ "name": "description",
5893
+ "type": {
5894
+ "text": "string"
5895
+ }
5896
+ },
5897
+ {
5898
+ "kind": "field",
5899
+ "name": "error",
5900
+ "type": {
5901
+ "text": "string"
5902
+ }
5903
+ },
5904
+ {
5905
+ "kind": "field",
5906
+ "name": "isRequired",
5907
+ "type": {
5908
+ "text": "boolean"
5909
+ }
5910
+ },
5911
+ {
5912
+ "kind": "field",
5913
+ "name": "isLabelHidden",
5914
+ "type": {
5915
+ "text": "boolean"
5916
+ }
5917
+ }
5918
+ ],
5919
+ "attributes": [
5920
+ {
5921
+ "name": "label",
5922
+ "fieldName": "label",
5923
+ "type": {
5924
+ "text": "string"
5925
+ }
5926
+ },
5927
+ {
5928
+ "name": "description",
5929
+ "fieldName": "description",
5930
+ "type": {
5931
+ "text": "string"
5932
+ }
5933
+ },
5934
+ {
5935
+ "name": "error",
5936
+ "fieldName": "error",
5937
+ "type": {
5938
+ "text": "string"
5939
+ }
5940
+ },
5941
+ {
5942
+ "name": "is-required",
5943
+ "fieldName": "isRequired",
5944
+ "type": {
5945
+ "text": "boolean"
5946
+ }
5947
+ },
5948
+ {
5949
+ "name": "is-label-hidden",
5950
+ "fieldName": "isLabelHidden",
5951
+ "type": {
5952
+ "text": "boolean"
5953
+ }
5954
+ }
5955
+ ]
5956
+ },
5699
5957
  {
5700
5958
  "kind": "class",
5701
5959
  "customElement": true,
@@ -6479,6 +6737,13 @@
6479
6737
  "text": "string"
6480
6738
  }
6481
6739
  },
6740
+ {
6741
+ "kind": "field",
6742
+ "name": "label",
6743
+ "type": {
6744
+ "text": "string"
6745
+ }
6746
+ },
6482
6747
  {
6483
6748
  "kind": "field",
6484
6749
  "name": "type",
@@ -6600,6 +6865,13 @@
6600
6865
  "text": "string"
6601
6866
  }
6602
6867
  },
6868
+ {
6869
+ "name": "label",
6870
+ "fieldName": "label",
6871
+ "type": {
6872
+ "text": "string"
6873
+ }
6874
+ },
6603
6875
  {
6604
6876
  "name": "type",
6605
6877
  "fieldName": "type",
@@ -8492,6 +8764,13 @@
8492
8764
  "text": "number"
8493
8765
  }
8494
8766
  },
8767
+ {
8768
+ "kind": "field",
8769
+ "name": "toneMargin",
8770
+ "type": {
8771
+ "text": "number"
8772
+ }
8773
+ },
8495
8774
  {
8496
8775
  "kind": "field",
8497
8776
  "name": "chordSize",
@@ -8620,6 +8899,13 @@
8620
8899
  "text": "number"
8621
8900
  }
8622
8901
  },
8902
+ {
8903
+ "name": "tone-margin",
8904
+ "fieldName": "toneMargin",
8905
+ "type": {
8906
+ "text": "number"
8907
+ }
8908
+ },
8623
8909
  {
8624
8910
  "name": "chord-size",
8625
8911
  "fieldName": "chordSize",
@@ -10284,6 +10570,170 @@
10284
10570
  }
10285
10571
  ]
10286
10572
  },
10573
+ {
10574
+ "kind": "class",
10575
+ "customElement": true,
10576
+ "tagName": "z-row",
10577
+ "name": "ZRow",
10578
+ "members": [
10579
+ {
10580
+ "kind": "field",
10581
+ "name": "gap",
10582
+ "type": {
10583
+ "text": "string"
10584
+ }
10585
+ },
10586
+ {
10587
+ "kind": "field",
10588
+ "name": "padding",
10589
+ "type": {
10590
+ "text": "string"
10591
+ }
10592
+ },
10593
+ {
10594
+ "kind": "field",
10595
+ "name": "margin",
10596
+ "type": {
10597
+ "text": "string"
10598
+ }
10599
+ },
10600
+ {
10601
+ "kind": "field",
10602
+ "name": "alignsX",
10603
+ "type": {
10604
+ "text": "string"
10605
+ }
10606
+ },
10607
+ {
10608
+ "kind": "field",
10609
+ "name": "alignsY",
10610
+ "type": {
10611
+ "text": "string"
10612
+ }
10613
+ },
10614
+ {
10615
+ "kind": "field",
10616
+ "name": "wrap",
10617
+ "type": {
10618
+ "text": "boolean"
10619
+ }
10620
+ },
10621
+ {
10622
+ "kind": "field",
10623
+ "name": "fullWidth",
10624
+ "type": {
10625
+ "text": "boolean"
10626
+ }
10627
+ },
10628
+ {
10629
+ "kind": "field",
10630
+ "name": "fullHeight",
10631
+ "type": {
10632
+ "text": "boolean"
10633
+ }
10634
+ },
10635
+ {
10636
+ "kind": "field",
10637
+ "name": "inset",
10638
+ "type": {
10639
+ "text": "string"
10640
+ }
10641
+ },
10642
+ {
10643
+ "kind": "field",
10644
+ "name": "insetX",
10645
+ "type": {
10646
+ "text": "string"
10647
+ }
10648
+ },
10649
+ {
10650
+ "kind": "field",
10651
+ "name": "insetY",
10652
+ "type": {
10653
+ "text": "string"
10654
+ }
10655
+ }
10656
+ ],
10657
+ "attributes": [
10658
+ {
10659
+ "name": "gap",
10660
+ "fieldName": "gap",
10661
+ "type": {
10662
+ "text": "string"
10663
+ }
10664
+ },
10665
+ {
10666
+ "name": "padding",
10667
+ "fieldName": "padding",
10668
+ "type": {
10669
+ "text": "string"
10670
+ }
10671
+ },
10672
+ {
10673
+ "name": "margin",
10674
+ "fieldName": "margin",
10675
+ "type": {
10676
+ "text": "string"
10677
+ }
10678
+ },
10679
+ {
10680
+ "name": "aligns-x",
10681
+ "fieldName": "alignsX",
10682
+ "type": {
10683
+ "text": "string"
10684
+ }
10685
+ },
10686
+ {
10687
+ "name": "aligns-y",
10688
+ "fieldName": "alignsY",
10689
+ "type": {
10690
+ "text": "string"
10691
+ }
10692
+ },
10693
+ {
10694
+ "name": "wrap",
10695
+ "fieldName": "wrap",
10696
+ "type": {
10697
+ "text": "boolean"
10698
+ }
10699
+ },
10700
+ {
10701
+ "name": "full-width",
10702
+ "fieldName": "fullWidth",
10703
+ "type": {
10704
+ "text": "boolean"
10705
+ }
10706
+ },
10707
+ {
10708
+ "name": "full-height",
10709
+ "fieldName": "fullHeight",
10710
+ "type": {
10711
+ "text": "boolean"
10712
+ }
10713
+ },
10714
+ {
10715
+ "name": "inset",
10716
+ "fieldName": "inset",
10717
+ "type": {
10718
+ "text": "string"
10719
+ }
10720
+ },
10721
+ {
10722
+ "name": "inset-x",
10723
+ "fieldName": "insetX",
10724
+ "type": {
10725
+ "text": "string"
10726
+ }
10727
+ },
10728
+ {
10729
+ "name": "inset-y",
10730
+ "fieldName": "insetY",
10731
+ "type": {
10732
+ "text": "string"
10733
+ }
10734
+ }
10735
+ ]
10736
+ },
10287
10737
  {
10288
10738
  "kind": "class",
10289
10739
  "customElement": true,
@@ -10593,6 +11043,13 @@
10593
11043
  "text": "string"
10594
11044
  }
10595
11045
  },
11046
+ {
11047
+ "kind": "field",
11048
+ "name": "label",
11049
+ "type": {
11050
+ "text": "string"
11051
+ }
11052
+ },
10596
11053
  {
10597
11054
  "kind": "field",
10598
11055
  "name": "placeholder",
@@ -10665,6 +11122,13 @@
10665
11122
  "text": "string"
10666
11123
  }
10667
11124
  },
11125
+ {
11126
+ "name": "label",
11127
+ "fieldName": "label",
11128
+ "type": {
11129
+ "text": "string"
11130
+ }
11131
+ },
10668
11132
  {
10669
11133
  "name": "placeholder",
10670
11134
  "fieldName": "placeholder",
@@ -13381,6 +13845,13 @@
13381
13845
  "text": "string"
13382
13846
  }
13383
13847
  },
13848
+ {
13849
+ "kind": "field",
13850
+ "name": "label",
13851
+ "type": {
13852
+ "text": "string"
13853
+ }
13854
+ },
13384
13855
  {
13385
13856
  "kind": "field",
13386
13857
  "name": "placeholder",
@@ -13488,6 +13959,13 @@
13488
13959
  "text": "string"
13489
13960
  }
13490
13961
  },
13962
+ {
13963
+ "name": "label",
13964
+ "fieldName": "label",
13965
+ "type": {
13966
+ "text": "string"
13967
+ }
13968
+ },
13491
13969
  {
13492
13970
  "name": "placeholder",
13493
13971
  "fieldName": "placeholder",
@@ -15192,6 +15670,14 @@
15192
15670
  "module": "dist/zest.js"
15193
15671
  }
15194
15672
  },
15673
+ {
15674
+ "kind": "custom-element-definition",
15675
+ "name": "z-column",
15676
+ "declaration": {
15677
+ "name": "ZColumn",
15678
+ "module": "dist/zest.js"
15679
+ }
15680
+ },
15195
15681
  {
15196
15682
  "kind": "custom-element-definition",
15197
15683
  "name": "z-combobox",
@@ -15360,6 +15846,14 @@
15360
15846
  "module": "dist/zest.js"
15361
15847
  }
15362
15848
  },
15849
+ {
15850
+ "kind": "custom-element-definition",
15851
+ "name": "z-field",
15852
+ "declaration": {
15853
+ "name": "ZField",
15854
+ "module": "dist/zest.js"
15855
+ }
15856
+ },
15363
15857
  {
15364
15858
  "kind": "custom-element-definition",
15365
15859
  "name": "z-file-attachment",
@@ -15704,6 +16198,14 @@
15704
16198
  "module": "dist/zest.js"
15705
16199
  }
15706
16200
  },
16201
+ {
16202
+ "kind": "custom-element-definition",
16203
+ "name": "z-row",
16204
+ "declaration": {
16205
+ "name": "ZRow",
16206
+ "module": "dist/zest.js"
16207
+ }
16208
+ },
15707
16209
  {
15708
16210
  "kind": "custom-element-definition",
15709
16211
  "name": "z-scroll",
@@ -16,7 +16,7 @@ export declare const ZCard: import("atomico/types/dom").Atomico<{
16
16
  type: BooleanConstructor;
17
17
  reflect: true;
18
18
  };
19
- doesLightUpOnHover: {
19
+ isReactive: {
20
20
  type: BooleanConstructor;
21
21
  reflect: true;
22
22
  };