@protonradio/proton-ui 0.1.32 → 0.1.34
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 +7 -0
- package/dist/proton-ui.es.js +1 -1
- package/dist/proton-ui.es.js.map +1 -1
- package/dist/proton-ui.umd.js +1 -1
- package/dist/proton-ui.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,6 +6,13 @@
|
|
|
6
6
|
npm run storybook
|
|
7
7
|
```
|
|
8
8
|
|
|
9
|
+
### Publishing Updates to NPM
|
|
10
|
+
```
|
|
11
|
+
npm run build
|
|
12
|
+
npm version <new_version> // increment version in package.json accordingly using semver
|
|
13
|
+
npm publish
|
|
14
|
+
```
|
|
15
|
+
|
|
9
16
|
### Themes
|
|
10
17
|
This library supports themes for the various applications that use it. Ideally, we would unify our app designs, but until then themes is a way to support different design patterns using the same api.
|
|
11
18
|
|
package/dist/proton-ui.es.js
CHANGED
|
@@ -5778,7 +5778,7 @@ function Ms({ column: t, state: e }) {
|
|
|
5778
5778
|
e,
|
|
5779
5779
|
n
|
|
5780
5780
|
);
|
|
5781
|
-
const { align: l } = t.props;
|
|
5781
|
+
const { align: l = "left" } = t.props;
|
|
5782
5782
|
let { isFocusVisible: i, focusProps: o } = Gt(), c = ((a = e.sortDescriptor) == null ? void 0 : a.direction) === "ascending" ? "▲" : "▼";
|
|
5783
5783
|
return /* @__PURE__ */ O.jsxs(
|
|
5784
5784
|
"th",
|