@nectary/components 0.39.0 → 0.41.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/accordion/index.js +47 -84
- package/accordion-item/index.js +30 -53
- package/action-menu/index.d.ts +0 -1
- package/action-menu/index.js +177 -223
- package/action-menu/types.d.ts +8 -18
- package/action-menu-option/index.d.ts +1 -0
- package/action-menu-option/index.js +52 -62
- package/action-menu-option/types.d.ts +9 -0
- package/action-menu-option/utils.d.ts +2 -0
- package/action-menu-option/utils.js +3 -0
- package/alert/index.js +6 -20
- package/avatar/index.js +12 -31
- package/avatar-badge/index.js +8 -22
- package/avatar-status/index.js +1 -1
- package/button/index.js +46 -92
- package/button/types.d.ts +1 -1
- package/card/index.js +21 -59
- package/chat-avatar/index.js +8 -22
- package/chat-block/index.js +29 -69
- package/chat-bubble/index.js +6 -20
- package/checkbox/index.js +59 -107
- package/chip/index.d.ts +13 -0
- package/chip/index.js +140 -0
- package/chip/types.d.ts +37 -0
- package/color-menu/index.d.ts +14 -0
- package/color-menu/index.js +450 -0
- package/color-menu/types.d.ts +36 -0
- package/color-menu/utils.d.ts +1 -0
- package/color-menu/utils.js +15 -0
- package/color-swatch/index.d.ts +13 -0
- package/color-swatch/index.js +60 -0
- package/color-swatch/types.d.ts +11 -0
- package/colors.json +61 -49
- package/date-picker/index.js +162 -293
- package/dialog/index.js +70 -142
- package/field/index.js +44 -65
- package/file-drop/index.js +123 -200
- package/file-picker/index.d.ts +0 -1
- package/file-picker/index.js +55 -108
- package/file-status/index.js +15 -39
- package/help-tooltip/index.js +11 -28
- package/horizontal-stepper/index.js +33 -59
- package/horizontal-stepper-item/index.js +13 -37
- package/icon-button/index.d.ts +1 -0
- package/icon-button/index.js +51 -85
- package/icon-button/types.d.ts +16 -2
- package/icons-channel/notify/index.d.ts +11 -0
- package/icons-channel/notify/index.js +4 -0
- package/illustrations/create-illustration-class.js +1 -1
- package/inline-alert/index.js +29 -81
- package/input/index.js +117 -222
- package/link/index.js +51 -97
- package/list-item/index.js +1 -1
- package/package.json +12 -14
- package/pagination/index.js +113 -163
- package/pop/index.d.ts +11 -0
- package/pop/index.js +391 -0
- package/pop/types.d.ts +35 -0
- package/pop/utils.d.ts +7 -0
- package/pop/utils.js +18 -0
- package/popover/index.d.ts +1 -0
- package/popover/index.js +105 -314
- package/popover/types.d.ts +8 -1
- package/popover/utils.d.ts +5 -0
- package/popover/utils.js +17 -1
- package/progress/index.js +9 -28
- package/radio/index.js +103 -169
- package/radio-option/index.js +28 -48
- package/segment/index.js +49 -130
- package/segment-collapse/index.js +28 -49
- package/segmented-control/index.js +36 -73
- package/segmented-control-option/index.js +45 -87
- package/segmented-icon-control/index.js +47 -84
- package/segmented-icon-control-option/index.js +42 -79
- package/select-button/index.d.ts +13 -0
- package/select-button/index.js +158 -0
- package/select-button/types.d.ts +43 -0
- package/select-menu/index.d.ts +11 -0
- package/select-menu/index.js +345 -0
- package/select-menu/types.d.ts +29 -0
- package/{dropdown-text-option → select-menu-option}/index.d.ts +5 -7
- package/select-menu-option/index.js +76 -0
- package/{select-option → select-menu-option}/types.d.ts +8 -9
- package/stop-events/index.js +7 -20
- package/table-head-cell/index.js +7 -21
- package/tabs/index.js +103 -165
- package/tabs-option/index.js +24 -44
- package/tag/index.d.ts +0 -1
- package/tag/index.js +35 -38
- package/tag/types.d.ts +12 -7
- package/textarea/index.js +96 -167
- package/theme.css +146 -49
- package/tile-control/index.js +55 -96
- package/tile-control-option/index.js +45 -87
- package/time-picker/index.js +216 -368
- package/title/index.js +6 -20
- package/toast/index.js +32 -70
- package/toast-manager/index.js +141 -217
- package/toggle/index.js +59 -107
- package/tooltip/index.d.ts +2 -0
- package/tooltip/index.js +160 -17
- package/tooltip/types.d.ts +13 -0
- package/tooltip/utils.d.ts +5 -0
- package/tooltip/utils.js +25 -1
- package/utils/animation.d.ts +17 -0
- package/utils/animation.js +142 -0
- package/utils/colors.d.ts +5 -0
- package/utils/colors.js +5 -0
- package/utils/context.d.ts +15 -0
- package/utils/context.js +57 -0
- package/{utils.d.ts → utils/index.d.ts} +15 -11
- package/{utils.js → utils/index.js} +104 -48
- package/vertical-stepper/index.js +29 -50
- package/vertical-stepper-item/index.js +13 -37
- package/dropdown/index.d.ts +0 -12
- package/dropdown/index.js +0 -415
- package/dropdown/types.d.ts +0 -32
- package/dropdown-checkbox-option/index.d.ts +0 -11
- package/dropdown-checkbox-option/index.js +0 -88
- package/dropdown-checkbox-option/types.d.ts +0 -15
- package/dropdown-radio-option/index.d.ts +0 -11
- package/dropdown-radio-option/index.js +0 -88
- package/dropdown-radio-option/types.d.ts +0 -15
- package/dropdown-text-option/index.js +0 -104
- package/dropdown-text-option/types.d.ts +0 -16
- package/select/index.d.ts +0 -13
- package/select/index.js +0 -316
- package/select/types.d.ts +0 -53
- package/select-option/index.d.ts +0 -11
- package/select-option/index.js +0 -8
- package/tag/utils.d.ts +0 -5
- package/tag/utils.js +0 -6
- package/tag-close/index.d.ts +0 -12
- package/tag-close/index.js +0 -42
- package/tag-close/types.d.ts +0 -5
- /package/{dropdown-checkbox-option → chip}/types.js +0 -0
- /package/{dropdown-radio-option → color-menu}/types.js +0 -0
- /package/{dropdown-text-option → color-swatch}/types.js +0 -0
- /package/{dropdown → pop}/types.js +0 -0
- /package/{select-option → select-button}/types.js +0 -0
- /package/{tag-close → select-menu}/types.js +0 -0
- /package/{select → select-menu-option}/types.js +0 -0
package/colors.json
CHANGED
|
@@ -3,74 +3,86 @@
|
|
|
3
3
|
"colorHoney600": "#FFAA00",
|
|
4
4
|
"colorHoney500": "#FFBE3C",
|
|
5
5
|
"colorHoney400": "#FFCC66",
|
|
6
|
-
"colorHoney300": "#
|
|
7
|
-
"colorHoney200": "#
|
|
6
|
+
"colorHoney300": "#FFDF9E",
|
|
7
|
+
"colorHoney200": "#FCECCB",
|
|
8
8
|
"colorHoney100": "#FFF7E6",
|
|
9
9
|
"colorTropical700": "#003D3D",
|
|
10
10
|
"colorTropical600": "#005757",
|
|
11
11
|
"colorTropical500": "#007171",
|
|
12
|
-
"colorTropical400": "#
|
|
12
|
+
"colorTropical400": "#059688",
|
|
13
13
|
"colorTropical300": "#66AAAA",
|
|
14
|
-
"colorTropical200": "#
|
|
15
|
-
"colorTropical100": "#
|
|
14
|
+
"colorTropical200": "#A7D5C2",
|
|
15
|
+
"colorTropical100": "#DCEDE1",
|
|
16
16
|
"colorTropical50": "#E5F1F1",
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
17
|
+
"colorStormy700": "#000000",
|
|
18
|
+
"colorStormy600": "#171717",
|
|
19
|
+
"colorStormy500": "#242424",
|
|
20
|
+
"colorStormy400": "#595959",
|
|
21
|
+
"colorStormy300": "#767676",
|
|
22
|
+
"colorStormy200": "#8C8C8C",
|
|
23
|
+
"colorStormy100": "#A6A6A6",
|
|
24
|
+
"colorOcean700": "#1B3E65",
|
|
25
|
+
"colorOcean600": "#1686CB",
|
|
26
|
+
"colorOcean500": "#3AA7EA",
|
|
27
|
+
"colorOcean400": "#6EBBEE",
|
|
28
|
+
"colorOcean300": "#A1D5F5",
|
|
29
|
+
"colorOcean200": "#C8E6F9",
|
|
30
|
+
"colorOcean100": "#DEF2FF",
|
|
31
|
+
"colorOcean50": "#F3FAFE",
|
|
32
|
+
"colorSnow700": "#CCCCCC",
|
|
33
|
+
"colorSnow600": "#D9D9D9",
|
|
34
|
+
"colorSnow500": "#E0E0E0",
|
|
35
|
+
"colorSnow400": "#F2F2F2",
|
|
36
|
+
"colorSnow200": "#F8F8F8",
|
|
27
37
|
"colorSnow100": "#FFFFFF",
|
|
28
|
-
"colorRaspberry700": "#
|
|
29
|
-
"colorRaspberry600": "#
|
|
30
|
-
"colorRaspberry500": "#
|
|
31
|
-
"colorRaspberry400": "#
|
|
32
|
-
"colorRaspberry300": "#
|
|
33
|
-
"colorRaspberry200": "#
|
|
34
|
-
"colorRaspberry100": "#
|
|
35
|
-
"colorRaspberry50": "#
|
|
36
|
-
"
|
|
37
|
-
"colorTextInverted": "#FFFFFF",
|
|
38
|
-
"colorTextMuted": "#677784",
|
|
39
|
-
"colorTextLink": "#007171",
|
|
40
|
-
"colorTextInvalid": "#E31C3D",
|
|
41
|
-
"colorError800": "#57000E",
|
|
42
|
-
"colorError500": "#E31C3D",
|
|
43
|
-
"colorError200": "#FCD7D4",
|
|
44
|
-
"colorSuccess700": "#005419",
|
|
45
|
-
"colorSuccess500": "#2E8540",
|
|
46
|
-
"colorSuccess200": "#D7F1D8",
|
|
47
|
-
"colorInformative700": "#003B7E",
|
|
48
|
-
"colorInformative500": "#2071CE",
|
|
49
|
-
"colorInformative200": "#D5E5F8",
|
|
50
|
-
"colorWarning700": "#9C2E00",
|
|
51
|
-
"colorWarning500": "#F35B1C",
|
|
52
|
-
"colorWarning200": "#FFE8D6",
|
|
38
|
+
"colorRaspberry700": "#882024",
|
|
39
|
+
"colorRaspberry600": "#D13D42",
|
|
40
|
+
"colorRaspberry500": "#EF5858",
|
|
41
|
+
"colorRaspberry400": "#F38686",
|
|
42
|
+
"colorRaspberry300": "#FFB8B8",
|
|
43
|
+
"colorRaspberry200": "#FBD5D5",
|
|
44
|
+
"colorRaspberry100": "#FFE8E4",
|
|
45
|
+
"colorRaspberry50": "#FFF6F5",
|
|
46
|
+
"colorNight700": "#1223a1",
|
|
53
47
|
"colorNight400": "#3247E9",
|
|
54
48
|
"colorNight200": "#D1D6FA",
|
|
55
|
-
"
|
|
56
|
-
"colorAqua200": "#AADBEE",
|
|
49
|
+
"colorGrass700": "#006602",
|
|
57
50
|
"colorGrass400": "#39B93D",
|
|
58
51
|
"colorGrass200": "#B4E4B5",
|
|
52
|
+
"colorDirt700": "#363230",
|
|
59
53
|
"colorDirt400": "#828282",
|
|
60
54
|
"colorDirt200": "#E0DDDC",
|
|
61
|
-
"
|
|
62
|
-
"colorBerry200": "#FCA7A7",
|
|
55
|
+
"colorCandy700": "#981b77",
|
|
63
56
|
"colorCandy400": "#E467C3",
|
|
64
57
|
"colorCandy200": "#F6CBEA",
|
|
58
|
+
"colorMud700": "#6d4e46",
|
|
65
59
|
"colorMud400": "#8B6559",
|
|
66
60
|
"colorMud200": "#D7C6C1",
|
|
61
|
+
"colorOrange700": "#974302",
|
|
67
62
|
"colorOrange400": "#FF8C34",
|
|
68
63
|
"colorOrange200": "#FFD4B3",
|
|
64
|
+
"colorBolt700": "#805500",
|
|
69
65
|
"colorBolt400": "#FFBE3C",
|
|
70
66
|
"colorBolt200": "#FFE6B3",
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
67
|
+
"colorViolet700": "#4F1B98",
|
|
68
|
+
"colorViolet400": "#9E67E4",
|
|
69
|
+
"colorViolet200": "#DECBF6",
|
|
70
|
+
"colorError700": "#882024",
|
|
71
|
+
"colorError500": "#D13D42",
|
|
72
|
+
"colorError200": "#FBD5D5",
|
|
73
|
+
"colorSuccess700": "#275D33",
|
|
74
|
+
"colorSuccess500": "#46A65A",
|
|
75
|
+
"colorSuccess200": "#D7F1D8",
|
|
76
|
+
"colorInformative700": "#003B7E",
|
|
77
|
+
"colorInformative500": "#2071CE",
|
|
78
|
+
"colorInformative200": "#D5E5F8",
|
|
79
|
+
"colorWarning700": "#9C2E00",
|
|
80
|
+
"colorWarning500": "#F35B1C",
|
|
81
|
+
"colorWarning200": "#FFE8D6",
|
|
82
|
+
"colorColorSkinTone0": "#FFCC4D",
|
|
83
|
+
"colorColorSkinTone10": "#F7DECE",
|
|
84
|
+
"colorColorSkinTone20": "#F3D2A2",
|
|
85
|
+
"colorColorSkinTone30": "#D4AB88",
|
|
86
|
+
"colorColorSkinTone40": "#AF7E57",
|
|
87
|
+
"colorColorSkinTone50": "#7C533E"
|
|
76
88
|
}
|