@ekanos/ui 0.1.4 → 0.1.5
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 +8 -1
- package/dist/icon.d.ts +12 -12
- package/dist/icon.js +2596 -3
- package/dist/styles.css +82 -0
- package/package.json +5 -2
package/dist/styles.css
CHANGED
|
@@ -336,6 +336,9 @@
|
|
|
336
336
|
.inline-flex {
|
|
337
337
|
display: inline-flex;
|
|
338
338
|
}
|
|
339
|
+
.table {
|
|
340
|
+
display: table;
|
|
341
|
+
}
|
|
339
342
|
.field-sizing-content {
|
|
340
343
|
field-sizing: content;
|
|
341
344
|
}
|
|
@@ -829,6 +832,12 @@
|
|
|
829
832
|
.text-warning {
|
|
830
833
|
color: var(--color-warning);
|
|
831
834
|
}
|
|
835
|
+
.italic {
|
|
836
|
+
font-style: italic;
|
|
837
|
+
}
|
|
838
|
+
.underline {
|
|
839
|
+
text-decoration-line: underline;
|
|
840
|
+
}
|
|
832
841
|
.underline-offset-4 {
|
|
833
842
|
text-underline-offset: 4px;
|
|
834
843
|
}
|
|
@@ -861,6 +870,10 @@
|
|
|
861
870
|
--tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
|
|
862
871
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
863
872
|
}
|
|
873
|
+
.ring {
|
|
874
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
875
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
876
|
+
}
|
|
864
877
|
.ring-0 {
|
|
865
878
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
866
879
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
@@ -880,6 +893,9 @@
|
|
|
880
893
|
outline-style: var(--tw-outline-style);
|
|
881
894
|
outline-width: 1px;
|
|
882
895
|
}
|
|
896
|
+
.filter {
|
|
897
|
+
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
|
|
898
|
+
}
|
|
883
899
|
.transition-\[color\,box-shadow\] {
|
|
884
900
|
transition-property: color,box-shadow;
|
|
885
901
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
@@ -2095,6 +2111,59 @@
|
|
|
2095
2111
|
inherits: false;
|
|
2096
2112
|
initial-value: solid;
|
|
2097
2113
|
}
|
|
2114
|
+
@property --tw-blur {
|
|
2115
|
+
syntax: "*";
|
|
2116
|
+
inherits: false;
|
|
2117
|
+
}
|
|
2118
|
+
@property --tw-brightness {
|
|
2119
|
+
syntax: "*";
|
|
2120
|
+
inherits: false;
|
|
2121
|
+
}
|
|
2122
|
+
@property --tw-contrast {
|
|
2123
|
+
syntax: "*";
|
|
2124
|
+
inherits: false;
|
|
2125
|
+
}
|
|
2126
|
+
@property --tw-grayscale {
|
|
2127
|
+
syntax: "*";
|
|
2128
|
+
inherits: false;
|
|
2129
|
+
}
|
|
2130
|
+
@property --tw-hue-rotate {
|
|
2131
|
+
syntax: "*";
|
|
2132
|
+
inherits: false;
|
|
2133
|
+
}
|
|
2134
|
+
@property --tw-invert {
|
|
2135
|
+
syntax: "*";
|
|
2136
|
+
inherits: false;
|
|
2137
|
+
}
|
|
2138
|
+
@property --tw-opacity {
|
|
2139
|
+
syntax: "*";
|
|
2140
|
+
inherits: false;
|
|
2141
|
+
}
|
|
2142
|
+
@property --tw-saturate {
|
|
2143
|
+
syntax: "*";
|
|
2144
|
+
inherits: false;
|
|
2145
|
+
}
|
|
2146
|
+
@property --tw-sepia {
|
|
2147
|
+
syntax: "*";
|
|
2148
|
+
inherits: false;
|
|
2149
|
+
}
|
|
2150
|
+
@property --tw-drop-shadow {
|
|
2151
|
+
syntax: "*";
|
|
2152
|
+
inherits: false;
|
|
2153
|
+
}
|
|
2154
|
+
@property --tw-drop-shadow-color {
|
|
2155
|
+
syntax: "*";
|
|
2156
|
+
inherits: false;
|
|
2157
|
+
}
|
|
2158
|
+
@property --tw-drop-shadow-alpha {
|
|
2159
|
+
syntax: "<percentage>";
|
|
2160
|
+
inherits: false;
|
|
2161
|
+
initial-value: 100%;
|
|
2162
|
+
}
|
|
2163
|
+
@property --tw-drop-shadow-size {
|
|
2164
|
+
syntax: "*";
|
|
2165
|
+
inherits: false;
|
|
2166
|
+
}
|
|
2098
2167
|
@property --tw-duration {
|
|
2099
2168
|
syntax: "*";
|
|
2100
2169
|
inherits: false;
|
|
@@ -2150,6 +2219,19 @@
|
|
|
2150
2219
|
--tw-ring-offset-color: #fff;
|
|
2151
2220
|
--tw-ring-offset-shadow: 0 0 #0000;
|
|
2152
2221
|
--tw-outline-style: solid;
|
|
2222
|
+
--tw-blur: initial;
|
|
2223
|
+
--tw-brightness: initial;
|
|
2224
|
+
--tw-contrast: initial;
|
|
2225
|
+
--tw-grayscale: initial;
|
|
2226
|
+
--tw-hue-rotate: initial;
|
|
2227
|
+
--tw-invert: initial;
|
|
2228
|
+
--tw-opacity: initial;
|
|
2229
|
+
--tw-saturate: initial;
|
|
2230
|
+
--tw-sepia: initial;
|
|
2231
|
+
--tw-drop-shadow: initial;
|
|
2232
|
+
--tw-drop-shadow-color: initial;
|
|
2233
|
+
--tw-drop-shadow-alpha: 100%;
|
|
2234
|
+
--tw-drop-shadow-size: initial;
|
|
2153
2235
|
--tw-duration: initial;
|
|
2154
2236
|
--tw-scale-x: 1;
|
|
2155
2237
|
--tw-scale-y: 1;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ekanos/ui",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Fusion-styled UI primitives for building Ekanos integrations outside the monorepo. A curated, published slice of the internal @kit/ui library.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -125,6 +125,7 @@
|
|
|
125
125
|
"react-hook-form": "^7.68.0"
|
|
126
126
|
},
|
|
127
127
|
"devDependencies": {
|
|
128
|
+
"@fortawesome/fontawesome-free": "^7.3.1",
|
|
128
129
|
"@hookform/resolvers": "^5.9.1",
|
|
129
130
|
"@kit/eslint-config": "0.2.0",
|
|
130
131
|
"@kit/prettier-config": "0.1.0",
|
|
@@ -132,6 +133,7 @@
|
|
|
132
133
|
"@kit/ui": "0.1.0",
|
|
133
134
|
"@types/react": "19.2.18",
|
|
134
135
|
"@types/react-dom": "19.2.5",
|
|
136
|
+
"prettier": "^3.9.6",
|
|
135
137
|
"react": "19.2.8",
|
|
136
138
|
"react-dom": "19.2.8",
|
|
137
139
|
"react-hook-form": "^7.87.0",
|
|
@@ -155,6 +157,7 @@
|
|
|
155
157
|
"lint": "eslint .",
|
|
156
158
|
"typecheck": "tsc --noEmit",
|
|
157
159
|
"test": "vitest run --config vitest.config.ts",
|
|
158
|
-
"pack:test": "node scripts/pack-test.mjs"
|
|
160
|
+
"pack:test": "node scripts/pack-test.mjs",
|
|
161
|
+
"check:fa-free-names": "node scripts/check-fa-free-names.mjs"
|
|
159
162
|
}
|
|
160
163
|
}
|