@postenbring/hedwig-react
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -299,3 +299,3 @@ "use strict"; | ||
{ | ||
"hds-list--style-hidden": listStyle === "no-bullets" | ||
"hds-list--no-bullets": listStyle === "no-bullets" | ||
}, | ||
@@ -316,3 +316,3 @@ className | ||
BaseList.displayName = "BaseList"; | ||
OrderedList.displayName = "UnorderedList"; | ||
OrderedList.displayName = "OrderedList"; | ||
UnorderedList.displayName = "UnorderedList"; | ||
@@ -319,0 +319,0 @@ |
@@ -126,3 +126,3 @@ "use strict"; | ||
{ | ||
"hds-list--style-hidden": listStyle === "no-bullets" | ||
"hds-list--no-bullets": listStyle === "no-bullets" | ||
}, | ||
@@ -143,3 +143,3 @@ className | ||
BaseList.displayName = "BaseList"; | ||
OrderedList.displayName = "UnorderedList"; | ||
OrderedList.displayName = "OrderedList"; | ||
UnorderedList.displayName = "UnorderedList"; | ||
@@ -146,0 +146,0 @@ |
@@ -80,3 +80,3 @@ "use strict"; | ||
{ | ||
"hds-list--style-hidden": listStyle === "no-bullets" | ||
"hds-list--no-bullets": listStyle === "no-bullets" | ||
}, | ||
@@ -97,3 +97,3 @@ className | ||
BaseList.displayName = "BaseList"; | ||
OrderedList.displayName = "UnorderedList"; | ||
OrderedList.displayName = "OrderedList"; | ||
UnorderedList.displayName = "UnorderedList"; | ||
@@ -100,0 +100,0 @@ |
@@ -79,3 +79,3 @@ "use strict"; | ||
{ | ||
"hds-list--style-hidden": listStyle === "no-bullets" | ||
"hds-list--no-bullets": listStyle === "no-bullets" | ||
}, | ||
@@ -96,3 +96,3 @@ className | ||
BaseList.displayName = "BaseList"; | ||
OrderedList.displayName = "UnorderedList"; | ||
OrderedList.displayName = "OrderedList"; | ||
UnorderedList.displayName = "UnorderedList"; | ||
@@ -99,0 +99,0 @@ // Annotate the CommonJS export names for ESM import in node: |
{ | ||
"name": "@postenbring/hedwig-react", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"main": "./dist/index.js", | ||
@@ -13,3 +13,3 @@ "module": "./dist/index.mjs", | ||
"devDependencies": { | ||
"@types/react": "^18.2.39", | ||
"@types/react": "^18.2.41", | ||
"@types/react-dom": "^18.2.15", | ||
@@ -23,3 +23,3 @@ "react": "^18.2.0", | ||
"dependencies": { | ||
"@postenbring/hedwig-css": "0.0.10" | ||
"@postenbring/hedwig-css": "0.0.11" | ||
}, | ||
@@ -34,4 +34,4 @@ "publishConfig": { | ||
"typecheck": "tsc --noEmit", | ||
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist" | ||
"clean": "rm -rf .turbo node_modules dist" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
188669
+ Added@postenbring/hedwig-css@0.0.11(transitive)
- Removed@postenbring/hedwig-css@0.0.10(transitive)