New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@app-garage/label

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@app-garage/label - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

6

CHANGELOG.md
# Change Log
## 1.3.0
### Minor Changes
- [`df30cb8`](https://github.com/electronic33/ag-ui-react/commit/df30cb8df8629d307375b209d40dccc1d81d8c98) Thanks [@Levi1235](https://github.com/Levi1235)! - classes
## 1.2.0

@@ -4,0 +10,0 @@

24

dist/index.es.js

@@ -34,10 +34,10 @@ import React from 'react';

children,
withRequiredIndicator && (React.createElement("span", { className: "ml-px self-start text-xs font-thin text-red-600" }, "*")),
secondaryText && (React.createElement("span", { className: classNames('text-sm text-gray-400', {
'ml-1': withRequiredIndicator,
'ml-2': !withRequiredIndicator,
withRequiredIndicator && React.createElement("span", { className: "label-with-required-indicator" }, "*"),
secondaryText && (React.createElement("span", { className: classNames('label-secondary-text', {
'label-with-indicator-margin': withRequiredIndicator,
'label-without-indicator-margin': !withRequiredIndicator,
}) }, secondaryText)),
errorText && (React.createElement("span", { className: "ml-1 text-red-600 text-sm" },
errorText && React.createElement("span", { className: "label-error-text" },
"- ",
errorText))));
errorText)));
var wrapperProps = {

@@ -51,12 +51,12 @@ className: classNames('label', className),

children,
withRequiredIndicator && (React.createElement("span", { className: "ml-px self-start text-xs font-thin text-red-600" }, "*")),
secondaryText && (React.createElement("span", { className: classNames('text-sm text-gray-400', {
'ml-1': withRequiredIndicator,
'ml-2': !withRequiredIndicator,
withRequiredIndicator && React.createElement("span", { className: "label-with-required-indicator" }, "*"),
secondaryText && (React.createElement("span", { className: classNames('label-secondary-text', {
'label-with-indicator-margin': withRequiredIndicator,
'label-without-indicator-margin': !withRequiredIndicator,
}) }, secondaryText)),
errorText && (React.createElement("span", { className: "ml-1 text-red-600 text-sm" },
errorText && React.createElement("span", { className: "label-error-text" },
"- ",
errorText))));
errorText)));
};
export { Label };

@@ -43,10 +43,10 @@ 'use strict';

children,
withRequiredIndicator && (React__default['default'].createElement("span", { className: "ml-px self-start text-xs font-thin text-red-600" }, "*")),
secondaryText && (React__default['default'].createElement("span", { className: classNames__default['default']('text-sm text-gray-400', {
'ml-1': withRequiredIndicator,
'ml-2': !withRequiredIndicator,
withRequiredIndicator && React__default['default'].createElement("span", { className: "label-with-required-indicator" }, "*"),
secondaryText && (React__default['default'].createElement("span", { className: classNames__default['default']('label-secondary-text', {
'label-with-indicator-margin': withRequiredIndicator,
'label-without-indicator-margin': !withRequiredIndicator,
}) }, secondaryText)),
errorText && (React__default['default'].createElement("span", { className: "ml-1 text-red-600 text-sm" },
errorText && React__default['default'].createElement("span", { className: "label-error-text" },
"- ",
errorText))));
errorText)));
var wrapperProps = {

@@ -60,12 +60,12 @@ className: classNames__default['default']('label', className),

children,
withRequiredIndicator && (React__default['default'].createElement("span", { className: "ml-px self-start text-xs font-thin text-red-600" }, "*")),
secondaryText && (React__default['default'].createElement("span", { className: classNames__default['default']('text-sm text-gray-400', {
'ml-1': withRequiredIndicator,
'ml-2': !withRequiredIndicator,
withRequiredIndicator && React__default['default'].createElement("span", { className: "label-with-required-indicator" }, "*"),
secondaryText && (React__default['default'].createElement("span", { className: classNames__default['default']('label-secondary-text', {
'label-with-indicator-margin': withRequiredIndicator,
'label-without-indicator-margin': !withRequiredIndicator,
}) }, secondaryText)),
errorText && (React__default['default'].createElement("span", { className: "ml-1 text-red-600 text-sm" },
errorText && React__default['default'].createElement("span", { className: "label-error-text" },
"- ",
errorText))));
errorText)));
};
exports.Label = Label;
{
"name": "@app-garage/label",
"version": "1.2.0",
"version": "1.3.0",
"author": "Matyas Furtos",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc